1
0
mirror of synced 2024-11-22 05:16:09 +03:00
bitrix-module/intaro.intarocrm/include.php
2014-03-22 14:52:17 +04:00

12 lines
618 B
PHP
Executable File

<?php
CModule::AddAutoloadClasses(
'intaro.intarocrm', // module name
array (
'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'
)
);