• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/internals/poolbase.php
  • Класс: BitrixSaleInternalsPoolBase
  • Вызов: PoolBase::isTypeExists
static function isTypeExists($code, $type)
{
	return (!empty(static::$pool[$code][$type]));
}