コード例 #1
0
ファイル: VideoDataModel.php プロジェクト: nncsang/Kurogo
 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']);
     }
 }
コード例 #2
0
 protected function init($args)
 {
     parent::init($args);
 }
コード例 #3
0
 protected function init($args)
 {
     parent::init($args);
     $this->setFilterCateByDay($args);
 }
コード例 #4
0
 protected function init($args)
 {
     parent::init($args);
     $this->locations = $this->items();
     $this->filteredLocations = $this->locations;
 }