1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
bitrix24.php
См. документацию.
1<?php
2
3
5
6
9
10class Bitrix24 extends Client
11{
12 public function __construct(array $options = [])
13 {
14 parent::__construct($options);
15
16 $app = $this->getApplication();
17 $this->clientId = $app->getClientId();
18 $this->clientSecret = $app->getClientSecret();
19 }
20
21 protected function getBaseAccessTokenUrl()
22 {
24 }
25
26 protected function getApplication()
27 {
28 return new App\IntegrationB24();
29 }
30}
__construct(array $options=[])
Определения bitrix24.php:12
static getOAuthAccessTokenUrl()
Определения settings.php:16
$options
Определения commerceml2.php:49
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$app
Определения proxy.php:8