Esempio n. 1
0
 public function init()
 {
     parent::init();
     $this->initComments($this->getArgument('page'));
 }
Esempio n. 2
0
 public function init()
 {
     parent::init();
     $this->initPostLoader($this->getArgument('page'));
     $this->initPosts();
 }
Esempio n. 3
0
 public function init()
 {
     parent::init();
     $this->initComments($this->getArgument('year'), $this->getArgument('month_name'), $this->getArgument('shortname'), $this->getArgument('page'));
 }