• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/controller/productpropertyenum.php
  • Класс: BitrixCatalogControllerProductPropertyEnum
  • Вызов: ProductPropertyEnum::listAction
public function listAction(PageNavigation $pageNavigation, array $select = [], array $filter = [], array $order = []): Page
{
	$filter['PROPERTY.IBLOCK_ID'] = $this->getCatalogIds();

	return new Page(
		'PRODUCT_PROPERTY_ENUMS',
		$this->getList($select, $filter, $order, $pageNavigation),
		$this->count($filter)
	);
}