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