コード例 #1
0
ファイル: Panel.php プロジェクト: bauer01/fake-login
 public function register(Application\Application $application, Application\IPresenter $presenter)
 {
     if (!$this->parent && $presenter instanceof Application\UI\PresenterComponent) {
         $presenter->addComponent($this, "_fakeLogin");
     }
 }