Your IP : 18.222.106.87


Current Path : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/modules/documentgenerator/lib/registry/
Upload File :
Current File : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/modules/documentgenerator/lib/registry/storage.php

<?php

namespace Bitrix\DocumentGenerator\Registry;

use Bitrix\DocumentGenerator\Registry;
use Bitrix\Main\Application;

class Storage extends Registry
{
	/**
	 * @inheritdoc
	 */
	protected function getBaseClassName()
	{
		return \Bitrix\DocumentGenerator\Storage::class;
	}

	/**
	 * @inheritdoc
	 */
	protected function getPath()
	{
		return Application::getDocumentRoot().'/bitrix/modules/documentgenerator/lib/storage/';
	}

	/**
	 * @inheritdoc
	 */
	protected function getEventName()
	{
		return 'onGetStorageTypeList';
	}
}