Example #1
0
 public function init()
 {
     parent::init();
     $this->defaultRoute = 'menu-category';
     // custom initialization code goes here
 }
Example #2
0
 public function init()
 {
     parent::init();
     // custom initialization code goes here
 }
Example #3
0
 public function init()
 {
     parent::init();
     $this->defaultRoute = 'takonomy-category';
 }