예제 #1
0
 public function initialize()
 {
     $this->setDefaultProperties(array('includeTVs' => false));
     return parent::initialize();
 }
예제 #2
0
 public function initialize()
 {
     $this->setDefaultProperties(array('includeTVs' => true, 'sort' => "{$this->classKey}.menuindex", 'dir' => 'ASC', 'showhidden' => false, 'showunpublished' => false, 'limit' => 15, 'summary' => false, "makeLinks" => false, 'image_url_schema' => 'base'));
     return parent::initialize();
 }