Example #1
0
 private function _invokeInit()
 {
     if (method_exists($this->currentControllerObject, 'init')) {
         $this->currentControllerObject->init();
     }
 }