• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/security/access.php
  • Класс: BitrixSenderSecurityAccess
  • Вызов: Access::canViewAnything
public function canViewAnything()
{
	return (
		$this->canViewLetters()
		||
		$this->canViewAds()
		||
		$this->canViewRc()
		||
		$this->canViewTemplates()
		||
		$this->canViewToloka()
		||
		$this->canViewBlacklist()
		||
		$this->canViewClientList()
		||
		$this->canViewSegments()
		||
		$this->canViewTemplates()
	);
}