• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/component/loglistcommon.php
  • Класс: BitrixSocialnetworkComponentLogListCommon
  • Вызов: LogListCommon::getRequest
protected function getRequest()
{
	if ($this->request == null)
	{
		$this->request = Util::getRequest();
	}

	return $this->request;
}