コード例 #1
0
 public function run()
 {
     parent::run();
     if (!isset($this->app_id) && YII_DEBUG) {
         throw new CException('Plugin of type "' . get_class($this) . '" requires the Facebook application ID ("app_id") to be set.');
     }
 }
コード例 #2
0
ファイル: LikeBox.php プロジェクト: elgodmaster/soccer2
 public function run()
 {
     parent::run();
     if (!isset($this->profile_id)) {
         $this->profile_id = $this->app_id;
     }
     $this->renderTag('like-box');
 }
コード例 #3
0
ファイル: Comments.php プロジェクト: elgodmaster/soccer2
 public function run()
 {
     parent::run();
     $this->renderTag('comments');
 }
コード例 #4
0
ファイル: Facepile.php プロジェクト: elgodmaster/soccer2
 public function run()
 {
     parent::run();
     $this->renderTag('facepile');
 }
コード例 #5
0
 public function run()
 {
     parent::run();
     $this->renderTag('subscribe');
 }
コード例 #6
0
ファイル: LikeButton.php プロジェクト: elgodmaster/soccer2
 public function run()
 {
     parent::run();
     $this->renderTag('like');
 }
コード例 #7
0
ファイル: ActivityFeed.php プロジェクト: elgodmaster/soccer2
 public function run()
 {
     parent::run();
     $this->renderTag('activity');
 }