1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
result.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Calendar\Service\Command;
4
5
class
Result
6
{
7
private
?
string
$entityId;
8
private
array
$errors;
9
10
public
function
__construct
(?
string
$entityId,
array
$errors = [])
11
{
12
$this->entityId = $entityId;
13
$this->errors = $errors;
14
}
15
19
public
function
getEntityId
(): ?string
20
{
21
return
$this->entityId
;
22
}
23
27
public
function
getErrors
():
array
28
{
29
return
$this->errors
;
30
}
31
}
Bitrix\Calendar\Service\Command\Result
Определения
result.php:6
Bitrix\Calendar\Service\Command\Result\getEntityId
getEntityId()
Определения
result.php:19
Bitrix\Calendar\Service\Command\Result\__construct
__construct(?string $entityId, array $errors=[])
Определения
result.php:10
Bitrix\Calendar\Service\Command\Result\getErrors
getErrors()
Определения
result.php:27
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
$errors
$errors
Определения
iblock_catalog_edit.php:74
$entityId
$entityId
Определения
payment.php:4
bitrix
modules
calendar
lib
service
command
result.php
Создано системой
1.14.0