public function doPageList() { $this->response = array(); CMSPage::getList(array($this, 'pageListItem')); }