• Модуль: pull
  • Путь к файлу: ~/bitrix/modules/pull/classes/general/pull_options.php
  • Класс: CPullOptions
  • Вызов: CPullOptions::GetPushStatus
static function GetPushStatus()
{
	$result = COption::GetOptionString("pull", "push", self::GetDefaultOption("push"));
	return $result == 'N'? false: true;
}