コード例 #1
0
ファイル: AbstractDialog.php プロジェクト: Kaspis77/Facebook
 /**
  * @param Facebook\Facebook $facebook
  */
 public function __construct(Facebook\Facebook $facebook)
 {
     $this->facebook = $facebook;
     $this->config = $facebook->config;
     $this->currentUrl = $facebook->getCurrentUrl();
     parent::__construct();
 }
コード例 #2
0
ファイル: AbstractDialog.php プロジェクト: vboss/facebook
 /**
  * @param Facebook\Facebook $facebook
  */
 public function __construct(Facebook\Facebook $facebook)
 {
     $this->facebook = $facebook;
     $this->config = $facebook->config;
     $this->currentUrl = $facebook->getCurrentUrl();
     $this->monitor('Nette\\Application\\IPresenter');
     parent::__construct();
 }