1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
rendercontrolcontent.php
См. документацию.
1<?php
2
3namespace Bitrix\Bizproc\Controller\Response;
4
5use Bitrix\Main;
6
8{
10 protected array $property;
11 protected array $params;
12
14 {
15 $this->documentType = $documentType;
16 $this->property = $property;
17 $this->params = $params;
18 }
19
20 public function getHtml()
21 {
22 $documentService = \CBPRuntime::GetRuntime(true)->getDocumentService();
23
24 return $documentService->getFieldInputControl(
25 $this->documentType,
26 $this->property,
27 $this->params['Field'],
28 $this->params['Value'],
29 (bool)$this->params['Als'],
30 $this->params['RenderMode'] === 'public'
31 );
32 }
33}
__construct(array $documentType, array $property, array $params)
Определения rendercontrolcontent.php:13
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804