Exemplo n.º 1
0
 public function doPageList()
 {
     $this->response = array();
     CMSPage::getList(array($this, 'pageListItem'));
 }