コード例 #1
0
ファイル: CMSConnector.php プロジェクト: jcorbinredtree/cms
 public function doPageList()
 {
     $this->response = array();
     CMSPage::getList(array($this, 'pageListItem'));
 }