1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
GetElementDetailInfoResponse.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Lists\Api\Response\ServiceFactory;
4
5
use Bitrix\Lists\Api\Response\Response;
6
7
class
GetElementDetailInfoResponse
extends
Response
8
{
9
public
function
setInfo
(
array
$info
): static
10
{
11
$this->data[
'info'
] =
$info
;
12
13
return
$this;
14
}
15
16
public
function
getInfo
():
array
17
{
18
return
$this->data[
'info'
] ?? [];
19
}
20
21
public
function
hasInfo
(): bool
22
{
23
return
array_key_exists(
'info'
, $this->data);
24
}
25
}
Bitrix\Lists\Api\Response\Response
Определения
Response.php:6
Bitrix\Lists\Api\Response\ServiceFactory\GetElementDetailInfoResponse
Определения
GetElementDetailInfoResponse.php:8
Bitrix\Lists\Api\Response\ServiceFactory\GetElementDetailInfoResponse\getInfo
getInfo()
Определения
GetElementDetailInfoResponse.php:16
Bitrix\Lists\Api\Response\ServiceFactory\GetElementDetailInfoResponse\setInfo
setInfo(array $info)
Определения
GetElementDetailInfoResponse.php:9
Bitrix\Lists\Api\Response\ServiceFactory\GetElementDetailInfoResponse\hasInfo
hasInfo()
Определения
GetElementDetailInfoResponse.php:21
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
$info
if($NS['step']==6) if( $NS[ 'step']==7) if(COption::GetOptionInt('main', 'disk_space', 0) > 0) $info
Определения
backup.php:924
bitrix
modules
lists
lib
Api
Response
ServiceFactory
GetElementDetailInfoResponse.php
Создано системой
1.14.0