• Модуль: main
  • Путь к файлу: ~/bitrix/modules/main/classes/general/user.php
  • Класс: CAllUser
  • Вызов: CAllUser::__construct
public function __construct()
{
	static::$kernelSession = MainApplication::getInstance()->getKernelSession();
	parent::__construct();
}