• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/controller/action/entity/searchaction.php
  • Класс: Bitrix\Crm\Controller\Action\Entity\SearchAction
  • Вызов: SearchAction::__construct
public function __construct($name, Controller $controller, $config = [])
{
	$this->userId = \CCrmSecurityHelper::GetCurrentUserID();
	parent::__construct($name, $controller, $config);
}