示例#1
0
 function __construct($account, $settings = array())
 {
     $core = new core($account, $settings);
     parent::__construct($core);
 }
示例#2
0
 function __construct()
 {
     parent::__construct(true);
     $this->Env = new Bridge(true);
     $this->View = new Bridge();
     $this->Protocol = new Protocol();
 }