1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
rendercontrolcontent.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Bizproc\Controller\Response;
4
5
use Bitrix\Main;
6
7
class
RenderControlContent
implements
Main\Engine\Response\ContentArea\ContentAreaInterface
8
{
9
protected
array
$documentType
;
10
protected
array
$property
;
11
protected
array
$params
;
12
13
public
function
__construct
(
array
$documentType
,
array
$property
,
array
$params
)
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
}
Bitrix\Bizproc\Controller\Response\RenderControlContent
Определения
rendercontrolcontent.php:8
Bitrix\Bizproc\Controller\Response\RenderControlContent\$params
array $params
Определения
rendercontrolcontent.php:11
Bitrix\Bizproc\Controller\Response\RenderControlContent\__construct
__construct(array $documentType, array $property, array $params)
Определения
rendercontrolcontent.php:13
Bitrix\Bizproc\Controller\Response\RenderControlContent\$property
array $property
Определения
rendercontrolcontent.php:10
Bitrix\Bizproc\Controller\Response\RenderControlContent\$documentType
array $documentType
Определения
rendercontrolcontent.php:9
Bitrix\Bizproc\Controller\Response\RenderControlContent\getHtml
getHtml()
Определения
rendercontrolcontent.php:20
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
Bitrix\Main\Engine\Response\ContentArea\ContentAreaInterface
Определения
contentareainterface.php:5
bitrix
modules
bizproc
lib
controller
response
rendercontrolcontent.php
Создано системой
1.14.0