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

Открытые члены

 getContext ()
 
 __construct (Connection $connection, Context $context=null)
 
 getServiceName ()
 
 canSubscribeSection ()
 
 canSubscribeConnection ()
 
 getPushManager ()
 
- Открытые члены унаследованные от FactoryInterface
 getEventManager ()
 
 getSectionManager ()
 
 getConnection ()
 
 getIncomingSectionManager ()
 
 getIncomingEventManager ()
 
 getOutgoingEventManager ()
 
 getOutgoingSectionManager ()
 

Открытые атрибуты

const SERVICE_NAME = ''
 

Защищенные данные

Connection $connection
 
Context $context
 

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

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

Конструктор(ы)

◆ __construct()

__construct ( Connection $connection,
Context $context = null )
Исключения
BaseException

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

Методы

◆ canSubscribeConnection()

canSubscribeConnection ( )

Замещает PushFactoryInterface.

Переопределяется в Factory.

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

◆ canSubscribeSection()

canSubscribeSection ( )

Замещает PushFactoryInterface.

Переопределяется в Factory, Factory и Factory.

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

◆ getContext()

getContext ( )
abstract

todo deal with naming todo You need to return the Context instance by getting it from the Context

Возвращает
Context|null

Переопределяется в Factory, Factory и Factory.

◆ getPushManager()

getPushManager ( )

Замещает PushFactoryInterface.

Переопределяется в Factory и Factory.

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

◆ getServiceName()

getServiceName ( )
Возвращает
string

Замещает FactoryInterface.

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

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

◆ $connection

Connection $connection
protected

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

◆ $context

Context $context
protected

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

◆ SERVICE_NAME

const SERVICE_NAME = ''

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