Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
service.php
1
<?php
2
3
namespace
Bitrix\Catalog\Controller\Product
;
4
5
use
Bitrix\Catalog\ProductTable
;
6
7
final
class
Service
extends
Base
8
{
9
protected
const
TYPE
= ProductTable::TYPE_SERVICE;
10
11
protected
function
getAllowedProductTypes
(): array
12
{
13
return
[ProductTable::TYPE_SERVICE];
14
}
15
}
Bitrix\Catalog\Controller\Product\Base
Definition
base.php:13
Bitrix\Catalog\Controller\Product\Service
Definition
service.php:8
Bitrix\Catalog\Controller\Product\Service\TYPE
const TYPE
Definition
service.php:9
Bitrix\Catalog\Controller\Product\Service\getAllowedProductTypes
getAllowedProductTypes()
Definition
service.php:11
Bitrix\Catalog\ProductTable
Definition
product.php:63
Bitrix\Catalog\Controller\Product
Definition
base.php:3
modules
catalog
lib
controller
product
service.php
Создано системой
1.10.0