Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
component.php
1
<?php
2
namespace
Bitrix\Main\Engine\Response
;
3
4
final
class
Component
extends
HtmlContent
5
{
15
public
function
__construct
($componentName, $componentTemplate =
''
, array $componentParams = [], array $additionalResponseParams = [], $dataKeys = [])
16
{
17
$componentArea =
new
ContentArea\Component
($componentName, $componentTemplate, $componentParams, $dataKeys);
18
parent::__construct($componentArea, self::STATUS_SUCCESS,
null
, $additionalResponseParams);
19
}
20
}
Bitrix\Main\Engine\Response\Component
Definition
component.php:5
Bitrix\Main\Engine\Response\Component\__construct
__construct($componentName, $componentTemplate='', array $componentParams=[], array $additionalResponseParams=[], $dataKeys=[])
Definition
component.php:15
Bitrix\Main\Engine\Response\ContentArea\Component
Definition
component.php:5
Bitrix\Main\Engine\Response\HtmlContent
Definition
htmlcontent.php:14
Bitrix\Main\Engine\Response
Definition
ajaxjson.php:3
modules
main
lib
engine
response
component.php
Создано системой
1.10.0