Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Configurator

Открытые статические члены

static canUse ()
 
static useQueue ()
 
static getService ()
 
static getRegions ($type)
 
static getProviders (array $types=null)
 
static getErrors ()
 
static resetErrors ()
 
static hasErrors ()
 
static removeAuth ($type)
 
static getServiceTypes ()
 
static getAccounts ($type)
 
static getInstagramAccounts ($type)
 
static getPostList ($type, $params)
 
static getAudiences ($type, $accountId)
 
static getCampaignList ($type, $accountId)
 
static getAdSetList ($type, $accountId)
 
static createCampaign ($type, $data)
 
static createAudience ($type, $data)
 
static getAds ($type, $adsId)
 
static searchTargetingData ($type, $params)
 

Защищенные статические члены

static getServiceProviders (array $types=null)
 
static getClientsProfiles (AuthAdapter $authAdapter)
 

Статические защищенные данные

static $errors = array()
 
static $isQueueUsed = false
 

Подробное описание

См. определение в файле configurator.php строка 12

Методы

◆ canUse()

static canUse ( )
static

Return true if it can use.

Возвращает
bool

См. определение в файле configurator.php строка 25

◆ createAudience()

static createAudience ( $type,
$data )
static

create audiences for campaign.

Аргументы
string$typeType.
$type
$data
Возвращает
array

См. определение в файле configurator.php строка 391

◆ createCampaign()

static createCampaign ( $type,
$data )
static

create ads campaign with ads.

Аргументы
string$typeType.
$type
$data
Возвращает
array

См. определение в файле configurator.php строка 373

◆ getAccounts()

static getAccounts ( $type)
static

Get accounts.

Аргументы
string$typeType.
Возвращает
array

См. определение в файле configurator.php строка 224

◆ getAds()

static getAds ( $type,
$adsId )
static

get Ads by id

Аргументы
$type
$adsId
Возвращает
array|mixed

См. определение в файле configurator.php строка 407

◆ getAdSetList()

static getAdSetList ( $type,
$accountId )
static

Get ad set list.

Аргументы
string$typeType.
Возвращает
array

См. определение в файле configurator.php строка 354

◆ getAudiences()

static getAudiences ( $type,
$accountId )
static

Get audience list.

Аргументы
string$typeType.
Возвращает
array

См. определение в файле configurator.php строка 322

◆ getCampaignList()

static getCampaignList ( $type,
$accountId )
static

Get campaign list.

Аргументы
string$typeType.
Возвращает
array

См. определение в файле configurator.php строка 338

◆ getClientsProfiles()

static getClientsProfiles ( AuthAdapter $authAdapter)
staticprotected

Get client profiles.

Аргументы
AuthAdapter$authAdapterAuth adapter.
Возвращает
array

См. определение в файле configurator.php строка 191

◆ getErrors()

static getErrors ( )
static

Get errors.

Возвращает
array

См. определение в файле configurator.php строка 77

◆ getInstagramAccounts()

static getInstagramAccounts ( $type)
static

Get instagram accounts.

Аргументы
string$typeType.
Возвращает
array

См. определение в файле configurator.php строка 264

◆ getPostList()

static getPostList ( $type,
$params )
static

Get post media list.

Аргументы
string$typeType.
$accountId
Возвращает
array

См. определение в файле configurator.php строка 306

◆ getProviders()

static getProviders ( array $types = null)
static

Get providers.

Аргументы
array | null$typesTypes.
Возвращает
array

См. определение в файле configurator.php строка 67

◆ getRegions()

static getRegions ( $type)
static

См. определение в файле configurator.php строка 50

◆ getService()

static getService ( )
static

Get service.

Возвращает
Service

См. определение в файле configurator.php строка 45

◆ getServiceProviders()

static getServiceProviders ( array $types = null)
staticprotected

Get providers list

Аргументы
array | null$typesProvider types.
Возвращает
array
Исключения

Bitrix\Main\SystemException

См. определение в файле configurator.php строка 134

◆ getServiceTypes()

static getServiceTypes ( )
static

Get service types.

Возвращает
array

См. определение в файле configurator.php строка 118

◆ hasErrors()

static hasErrors ( )
static

Return true if it has errors.

Возвращает
bool

См. определение в файле configurator.php строка 97

◆ removeAuth()

static removeAuth ( $type)
static

Remove auth.

Аргументы
string$typeType.
Возвращает
void

См. определение в файле configurator.php строка 108

◆ resetErrors()

static resetErrors ( )
static

Reset errors.

Возвращает
void

См. определение в файле configurator.php строка 87

◆ searchTargetingData()

static searchTargetingData ( $type,
$params )
static

Search targeting data by query

Аргументы
$type
$params
Возвращает
array|mixed

См. определение в файле configurator.php строка 423

◆ useQueue()

static useQueue ( )
static

Use queue.

Возвращает
void

См. определение в файле configurator.php строка 35

Данные класса

◆ $errors

$errors = array()
staticprotected

См. определение в файле configurator.php строка 15

◆ $isQueueUsed

$isQueueUsed = false
staticprotected

См. определение в файле configurator.php строка 18