• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/Controller/Category.php
  • Класс: BitrixCrmMobileControllerCategory
  • Вызов: Category::getListAction
public function getListAction(Factory $factory): DtoCategoryList
{
	if ($factory->isCategoriesSupported())
	{
		return $this->getCategoryList($factory);
	}

	return new DtoCategoryList();
}