• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/internals/eventspool.php
  • Класс: BitrixSaleInternalsEventsPool
  • Вызов: EventsPool::isEventTypeExists
static function isEventTypeExists($code, $type)
{
	return parent::isTypeExists($code, $type);
}