System); $View = new DebugView($this->System); return($Page->GetOutput($View->Item())); } function ItemList() { $Page = new PageView($this->System); $View = new DebugView($this->System); return($Page->GetOutput($View->ItemList())); } }