Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Factory
+ Граф наследования:Factory:

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

static getAdsMessages ()
 
static getMarketingMessages ()
 
static getTolokaMessages ()
 
static getYandexMessages (bool $withToloka)
 
static getMailingMessages ()
 
static getReturnCustomerMessages ()
 
static getMessages ()
 
static getMessage ($code)
 
- Открытые статические члены унаследованные от CodeBasedFactory
static reset ()
 

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

static getInterface ()
 
static getClasses ()
 
- Защищенные статические члены унаследованные от CodeBasedFactory
static getObjectInstance ($interface, $code)
 

Дополнительные унаследованные члены

- Статические защищенные данные унаследованные от CodeBasedFactory
static $instances = array()
 
static $classNames = array()
 

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

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

Методы

◆ getAdsMessages()

static getAdsMessages ( )
static

Get ads message instances.

Возвращает
iBase[]

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

◆ getClasses()

static getClasses ( )
staticprotected

Переопределяет метод предка CodeBasedFactory.

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

◆ getInterface()

static getInterface ( )
staticprotected

Get interface.

Возвращает
string

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

◆ getMailingMessages()

static getMailingMessages ( )
static

Get non ads message instances.

Возвращает
iBase[]

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

◆ getMarketingMessages()

static getMarketingMessages ( )
static

Get ads message instances.

Возвращает
iBase[]

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

◆ getMessage()

static getMessage ( $code)
static

Get transport instance by code.

Аргументы
string$codeTransport code.
Возвращает
null|iBase

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

◆ getMessages()

static getMessages ( )
static

Get message instances.

Возвращает
iBase[]

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

◆ getReturnCustomerMessages()

static getReturnCustomerMessages ( )
static

Get non ads message instances.

Возвращает
iBase[]

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

◆ getTolokaMessages()

static getTolokaMessages ( )
static

Get ads message instances.

Возвращает
iBase[]

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

◆ getYandexMessages()

static getYandexMessages ( bool $withToloka)
static

Get yandex messages.

Возвращает
iYandex[]

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