コード例 #1
0
ファイル: bridge.php プロジェクト: tomzx/wikimedia-apibot
 function __construct($account, $settings = array())
 {
     $core = new core($account, $settings);
     parent::__construct($core);
 }
コード例 #2
0
ファイル: kernel.php プロジェクト: cheevauva/trash
 function __construct()
 {
     parent::__construct(true);
     $this->Env = new Bridge(true);
     $this->View = new Bridge();
     $this->Protocol = new Protocol();
 }