コード例 #1
0
ファイル: APITag.php プロジェクト: ThunderID/BALIN-2.0
 function __construct()
 {
     parent::__construct();
     $this->api_data = array_merge($this->api_data, ['type' => 'tag']);
 }
コード例 #2
0
ファイル: APISendMail.php プロジェクト: ThunderID/BALIN-2.0
 function __construct()
 {
     parent::__construct();
     $this->api->timeout = 30;
 }