2013-09-12 19:00:46 +04:00
|
|
|
<?php
|
|
|
|
CModule::AddAutoloadClasses(
|
|
|
|
'intaro.intarocrm', // module name
|
|
|
|
array (
|
2014-03-22 14:52:17 +04:00
|
|
|
'IntaroCrm\RestApi' => 'classes/general/RestApi.php',
|
|
|
|
'ICrmOrderActions' => 'classes/general/ICrmOrderActions.php',
|
|
|
|
'ICMLLoader' => 'classes/general/ICMLLoader.php',
|
|
|
|
'ICrmOrderEvent' => 'classes/general/events/ICrmOrderEvent.php',
|
|
|
|
'IntaroCrm\Exception\ApiException' => 'classes/general/Exception/ApiException.php',
|
|
|
|
'IntaroCrm\Exception\CurlException' => 'classes/general/Exception/CurlException.php'
|
2013-09-12 19:00:46 +04:00
|
|
|
)
|
|
|
|
);
|