Exemple #1
0
 protected function init($args)
 {
     parent::init($args);
     if (isset($args['TAG']) && strlen($args['TAG'])) {
         $this->setOption('tag', $args['TAG']);
     }
     if (isset($args['AUTHOR']) && strlen($args['AUTHOR'])) {
         $this->setOption('author', $args['AUTHOR']);
     }
 }
 protected function init($args)
 {
     parent::init($args);
 }
 protected function init($args)
 {
     parent::init($args);
     $this->setFilterCateByDay($args);
 }
 protected function init($args)
 {
     parent::init($args);
     $this->locations = $this->items();
     $this->filteredLocations = $this->locations;
 }