Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/sprint.migration/lib/helpers/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/sprint.migration/lib/helpers/iblockhelper.php

<?php

namespace Sprint\Migration\Helpers;

use Sprint\Migration\Helper;
use Sprint\Migration\Helpers\Traits\Iblock\IblockElementTrait;
use Sprint\Migration\Helpers\Traits\Iblock\IblockFieldTrait;
use Sprint\Migration\Helpers\Traits\Iblock\IblockPropertyTrait;
use Sprint\Migration\Helpers\Traits\Iblock\IblockSectionTrait;
use Sprint\Migration\Helpers\Traits\Iblock\IblockTrait;
use Sprint\Migration\Helpers\Traits\Iblock\IblockTypeTrait;

class IblockHelper extends Helper
{
    use IblockPropertyTrait;
    use IblockFieldTrait;
    use IblockElementTrait;
    use IblockSectionTrait;
    use IblockTypeTrait;
    use IblockTrait;

    /**
     * IblockHelper constructor.
     */
    public function isEnabled()
    {
        return $this->checkModules(['iblock']);
    }

}