• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/internals/project/filter/gridfilter.php
  • Класс: BitrixTasksInternalsProjectFilterGridFilter
  • Вызов: GridFilter::__construct
public function __construct(int $userId, $filterId, array $params = [])
{
	parent::__construct($userId);

	$this->filterId = $filterId;

	if (array_key_exists('NAME_TEMPLATE', $params))
	{
		$this->nameTemplate = $params['NAME_TEMPLATE'];
	}
}