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