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