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

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

 __construct (string $componentName)
 
 createComponent ($properties, $subComponents)
 
 getComponent ()
 

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

static createInstance (string $componentName)
 

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

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

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

◆ __construct()

__construct ( string $componentName)

FactoryComponents constructor.

Аргументы
string$componentName

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

Методы

◆ createComponent()

createComponent ( $properties,
$subComponents )
Аргументы
$properties
$subComponents
Возвращает
$this
Исключения
IcalParserException

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

◆ createInstance()

static createInstance ( string $componentName)
static
Аргументы
string$componentName
Возвращает
FactoryComponents

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

◆ getComponent()

getComponent ( )
Возвращает
ParserComponent|null

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