Ejemplo n.º 1
0
 public function getPages()
 {
     echo parent::getPagesCollection('list');
 }
Ejemplo n.º 2
0
 public function getPages()
 {
     echo parent::getPagesCollection('category', array('setCatId' => $this->getCat()->getId()));
 }