• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/classes/general/im_notify_schema.php
  • Класс: CIMNotifySchema
  • Вызов: CIMNotifySchema::CheckDisableFeature
static function CheckDisableFeature($moduleId, $notifyEvent, $feature)
{
	return (new Notification($moduleId, $notifyEvent))->checkDisableFeature($feature);
}