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