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

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