• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/component/loglist/param.php
  • Класс: BitrixSocialnetworkComponentLogListParam
  • Вызов: Param::__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();
	}
}