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