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

