Ejemplo n.º 1
0
 public function register(Application\Application $application, Application\IPresenter $presenter)
 {
     if (!$this->parent && $presenter instanceof Application\UI\PresenterComponent) {
         $presenter->addComponent($this, "_fakeLogin");
     }
 }