Beispiel #1
0
 /**
  * Construct
  */
 public function __construct()
 {
     parent::__construct();
     $this->initView();
     if (method_exists($this, 'initialize')) {
         $this->initialize();
     }
 }
Beispiel #2
0
 public function __construct()
 {
     parent::__construct();
     $this->dispatchInfo = KantRegistry::get('dispatchInfo');
 }