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

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

 __construct ($componentName, $componentTemplate='', array $componentParams=[], $dataKeys=[])
 
 setParameters (array $params)
 
 setParentComponent ($parentComponent)
 
 setFunctionParameters (array $functionParams)
 
 getHtml ()
 
 getSectionName ()
 
 getSectionData ()
 

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

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

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

◆ __construct()

__construct ( $componentName,
$componentTemplate = '',
array $componentParams = [],
$dataKeys = [] )

Component constructor.

Аргументы
$componentName
string$componentTemplate
array$componentParams
mixed$dataKeys

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

Методы

◆ getHtml()

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

Замещает ContentAreaInterface.

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

◆ getSectionData()

getSectionData ( )
Возвращает
array

Замещает DataSectionInterface.

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

◆ getSectionName()

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

Замещает DataSectionInterface.

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

◆ setFunctionParameters()

setFunctionParameters ( array $functionParams)
Аргументы
array$functionParams
Возвращает
$this

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

◆ setParameters()

setParameters ( array $params)
Аргументы
array$params
Возвращает
$this

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

◆ setParentComponent()

setParentComponent ( $parentComponent)
Аргументы
$parentComponent
Возвращает
$this

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