1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
view.php
См. документацию.
1<?php
2
3namespace Bitrix\Main\Engine\Response\Render;
4
5use CMain;
6
12final 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}
global $APPLICATION
Определения include.php:80
__construct(private string $pathOnDocumentRoot, private array $params=[], bool $withSiteTemplate=true,)
Определения view.php:14
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
if($inWords) echo htmlspecialcharsbx(Number2Word_Rus(roundEx($totalVatSum $params['CURRENCY']
Определения template.php:799