コード例 #1
0
ファイル: bitrix24net.php プロジェクト: andy-profi/bxApiDocs
 public function __construct($clientId, $clientSecret)
 {
     $this->clientId = $clientId;
     $this->clientSecret = $clientSecret;
     return parent::__construct('');
 }