1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
GetCatalogResponse.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Lists\Api\Response\ServiceFactory;
4
5
use Bitrix\Lists\Api\Response\Response;
6
7
class
GetCatalogResponse
extends
Response
8
{
9
public
function
getCatalog
()
10
{
11
return
$this->data[
'catalog'
] ?? [];
12
}
13
14
public
function
setCatalog
(
array
$catalog
): static
15
{
16
$this->data[
'catalog'
] =
$catalog
;
17
18
return
$this;
19
}
20
}
Bitrix\Lists\Api\Response\Response
Определения
Response.php:6
Bitrix\Lists\Api\Response\ServiceFactory\GetCatalogResponse
Определения
GetCatalogResponse.php:8
Bitrix\Lists\Api\Response\ServiceFactory\GetCatalogResponse\setCatalog
setCatalog(array $catalog)
Определения
GetCatalogResponse.php:14
Bitrix\Lists\Api\Response\ServiceFactory\GetCatalogResponse\getCatalog
getCatalog()
Определения
GetCatalogResponse.php:9
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
$catalog
$catalog
Определения
iblock_catalog_edit.php:135
bitrix
modules
lists
lib
Api
Response
ServiceFactory
GetCatalogResponse.php
Создано системой
1.14.0