Exemple #1
0
 public function doNodeList()
 {
     $this->response = array();
     CMSNode::getList(array($this, 'nodeListItem'));
 }