Your IP : 18.222.248.107


Current Path : /home/bitrix/ext_www/easy-comfort.com.ua/local/modules/webprofy.importer/
Upload File :
Current File : /home/bitrix/ext_www/easy-comfort.com.ua/local/modules/webprofy.importer/include.php

<?php
defined('B_PROLOG_INCLUDED') and (B_PROLOG_INCLUDED === true) or die();

use Bitrix\Main\Loader;
use Bitrix\Main\EventManager;

Loader::registerAutoLoadClasses('webprofy.importer', array(
	'Webprofy\Reader' => 'lib/Reader.php',
	'Webprofy\Load' => 'lib/Load.php',
	'Webprofy\Import\Manager' => 'lib/Import/Manager.php',
	'Webprofy\Import\Config' => 'lib/Import/Config.php',
	'Webprofy\Import\Properties' => 'lib/Import/Properties.php',
	'Webprofy\Import\Reference' => 'lib/Import/Reference.php',
	'Webprofy\Import\ReferenceProps' => 'lib/Import/ReferenceProps.php',
	'Webprofy\Import\SectionProps' => 'lib/Import/SectionProps.php',
	'Webprofy\Import\Sections' => 'lib/Import/Sections.php',
	'Webprofy\Import\ElementProps' => 'lib/Import/ElementProps.php',
	'Webprofy\Import\Elements' => 'lib/Import/Elements.php',
	'Webprofy\Import\PropertyChecker' => 'lib/Import/PropertyChecker.php',
	'Webprofy\Logger' => 'lib/Logger.php',
));

include("lib/PHPExcel.php");