• Модуль: security
  • Путь к файлу: ~/bitrix/modules/security/lib/hostrestriction.php
  • Класс: BitrixSecurityHostRestriction
  • Вызов: HostRestriction::getProperties
public function getProperties()
{
	return array(
		'hosts' => $this->hosts,
		'current_host' => $this->getTargetHost(),
		'action' => $this->action,
		'action_options' => $this->actionOptions,
		'logging' => $this->isLogNeeded,
		'active' => is_null($this->isActive)? $this->getActive(): $this->isActive
	);
}