• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/component/loglist/path.php
  • Класс: BitrixSocialnetworkComponentLogListPath
  • Вызов: Path::__construct
public function __construct($params)
{
	if (!empty($params['component']))
	{
		$this->component = $params['component'];
	}

	if (!empty($params['request']))
	{
		$this->request = $params['request'];
	}
	else
	{
		$this->request = Util::getRequest();
	}
}