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