• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/internals/counter/provider/workgrouplistlivefeed.php
  • Класс: BitrixSocialnetworkInternalsCounterProviderWorkgroupListLivefeed
  • Вызов: WorkgroupListLivefeed::__construct
public function __construct(array $params = [])
{
	$this->userId = (int)($params['userId'] ?? 0);

	if ($this->userId <= 0)
	{
		throw new ArgumentException('Wrong userId value');
	}
}