1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
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\__construct
__construct($componentName, $componentTemplate='', array $componentParams=[], array $additionalResponseParams=[], $dataKeys=[])
Определения
component.php:15
Bitrix\Main\Engine\Response\ContentArea\Component
Определения
component.php:5
Bitrix\Main\Engine\Response\HtmlContent
Определения
htmlcontent.php:14
$componentTemplate
$componentTemplate
Определения
component_props2.php:50
$componentName
$componentName
Определения
component_props2.php:49
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
$componentParams
$componentParams
Определения
group_wiki_index.php:20
Bitrix\Main\Component
Определения
baseufcomponent.php:3
bitrix
modules
main
lib
engine
response
component.php
Создано системой
1.14.0