• Модуль: catalogmobile
  • Путь к файлу: ~/bitrix/modules/catalogmobile/lib/Controller/ProductWizard.php
  • Класс: BitrixCatalogMobileControllerProductWizard
  • Вызов: ProductWizard::__construct
public function __construct(BitrixMainRequest $request = null)
{
	parent::__construct($request);

	$this->accessController = AccessController::getCurrent();
}