1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
RenderedResult.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Bizproc\Result;
4
5
class
RenderedResult
6
{
7
public
const
NO_RESULT
= 0;
8
public
const
BB_CODE_RESULT
= 1;
9
public
const
USER_RESULT
= 2;
10
11
public
const
NO_RIGHTS
= 3;
12
13
14
public
function
__construct
(
15
public
readonly
string
$text
,
16
public
readonly
int
$status
,
17
) {}
18
19
public
static
function
makeNoRights
():
RenderedResult
20
{
21
22
return
new
self
(
''
, self::NO_RIGHTS);
23
}
24
25
public
static
function
makeNoResult
():
RenderedResult
26
{
27
28
return
new
self
(
''
, self::NO_RESULT);
29
}
30
}
Bitrix\Bizproc\Result\RenderedResult
Определения
RenderedResult.php:6
Bitrix\Bizproc\Result\RenderedResult\makeNoRights
static makeNoRights()
Определения
RenderedResult.php:19
Bitrix\Bizproc\Result\RenderedResult\__construct
__construct(public readonly string $text, public readonly int $status,)
Определения
RenderedResult.php:14
Bitrix\Bizproc\Result\RenderedResult\BB_CODE_RESULT
const BB_CODE_RESULT
Определения
RenderedResult.php:8
Bitrix\Bizproc\Result\RenderedResult\makeNoResult
static makeNoResult()
Определения
RenderedResult.php:25
Bitrix\Bizproc\Result\RenderedResult\NO_RIGHTS
const NO_RIGHTS
Определения
RenderedResult.php:11
Bitrix\Bizproc\Result\RenderedResult\NO_RESULT
const NO_RESULT
Определения
RenderedResult.php:7
Bitrix\Bizproc\Result\RenderedResult\USER_RESULT
const USER_RESULT
Определения
RenderedResult.php:9
$status
$status
Определения
session.php:10
$text
$text
Определения
template_pdf.php:79
bitrix
modules
bizproc
lib
Result
RenderedResult.php
Создано системой
1.14.0