Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/fermaofd.ferma/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/fermaofd.ferma/include.php

<?php

global $DBType;

require __DIR__ . '/const.php';
require __DIR__ . '/components/index.php';

$arClasses = array(
    'CMainOfdFerma' => 'classes/general/CMainOfdFerma.php',
    'COfdFermaAgent' => 'classes/general/COfdFermaAgent.php',
    'CAllOfdFermaReceipt' => 'classes/general/CAllOfdFermaReceipt.php',
    'CPaymentTypeCollection' => 'classes/general/CPaymentTypeCollection.php',
    'CVatCollection' => 'classes/general/CVatCollection.php',
    'CFermaApiClient' => 'classes/general/ferma-api/CFermaApiClient.php',
    'CFermaApiService' => 'classes/general/ferma-api/CFermaApiService.php',
    'CFermaApiException' => 'classes/general/ferma-api/CFermaApiException.php',
    'COfdFermaReceipt' => 'classes/' . $DBType . '/COfdFermaReceipt.php',
);

CModule::AddAutoloadClasses(FERMAOFD_FERMA_MODULE_ID, $arClasses);