Beispiel #1
0
 function __construct()
 {
     // GoogleMapAPIインスタンスの作成
     parent::__construct('GoogleMap');
     // Googleマップの使用準備
     $this->gmapPrepare();
 }
Beispiel #2
0
 function __construct()
 {
     parent::__construct('Facebook');
     // FacebookAPIに接続
     $this->fbConnect();
 }
Beispiel #3
0
 function __construct()
 {
     parent::__construct();
 }