1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
component.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Main\Engine\Response\Render;
4
5
use CMain;
6
12
final
class
Component
extends
Base
13
{
14
public
function
__construct
(
15
private
string
$name
,
16
private
string
$template
,
17
private
array
$params
= [],
18
bool
$withSiteTemplate =
true
,
19
)
20
{
21
parent::__construct($withSiteTemplate);
22
}
23
24
protected
function
renderContent
(): void
25
{
26
global
$APPLICATION
;
27
31
32
$APPLICATION
->IncludeComponent(
33
$this->name,
34
$this->
template
,
35
$this->params
36
);
37
}
38
}
$APPLICATION
global $APPLICATION
Определения
include.php:80
Bitrix\Main\Engine\Response\Render\Base
Определения
base.php:10
Bitrix\Main\Engine\Response\Render\Base\renderContent
renderContent()
Bitrix\Main\Engine\Response\Render\Component
Определения
component.php:13
Bitrix\Main\Engine\Response\Render\Component\__construct
__construct(private string $name, private string $template, private array $params=[], bool $withSiteTemplate=true,)
Определения
component.php:14
$template
$template
Определения
file_edit.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
$name
$name
Определения
menu_edit.php:35
$params
if($inWords) echo htmlspecialcharsbx(Number2Word_Rus(roundEx($totalVatSum $params['CURRENCY']
Определения
template.php:799
bitrix
modules
main
lib
engine
response
render
component.php
Создано системой
1.14.0