• Модуль: extranet
  • Путь к файлу: ~/bitrix/modules/extranet/classes/general/extranet.php
  • Класс: CExtranet
  • Вызов: CExtranet::ShowAllContactsAllowed
static function ShowAllContactsAllowed(): bool
{
	return (Option::get('extranet', 'show_all_contacts', 'N') === 'Y');
}