public function init()
 {
     parent::init();
     $this->initComments($this->getArgument('page'));
 }
示例#2
0
 public function init()
 {
     parent::init();
     $this->initPostLoader($this->getArgument('page'));
     $this->initPosts();
 }
示例#3
0
 public function init()
 {
     parent::init();
     $this->initComments($this->getArgument('year'), $this->getArgument('month_name'), $this->getArgument('shortname'), $this->getArgument('page'));
 }