• Модуль: pull
  • Путь к файлу: ~/bitrix/modules/pull/lib/push.php
  • Класс: BitrixPullPush
  • Вызов: Push::getConfigTypeStatus
static function getConfigTypeStatus($moduleId, $typeId, $userId = null)
{
	$config = self::getConfig($userId);
	return isset($config[$moduleId][$typeId])? $config[$moduleId][$typeId]: true;
}