method
public
Component::__construct()
Сигнатура
public __construct(mixed $componentName[, string $componentTemplate = '' ][, array<string|int, mixed> $componentParams = [] ][, mixed $dataKeys = [] ]) : mixed
Описание
Конструктор Component.
Параметры
$componentName
mixed
$componentTemplate
string
= ''
$componentParams
array<string|int, mixed>
= []
$dataKeys
mixed
= []
Возвращаемое значение
mixed
Исходный файл: source/main/lib/engine/response/contentarea/component.php:24

