Your IP : 216.73.216.19


Current Path : /var/www/amortar/data/www/a-mortar/bitrix/modules/intec.constructor/classes/
Upload File :
Current File : /var/www/amortar/data/www/a-mortar/bitrix/modules/intec.constructor/classes/Module.php

<?php
namespace intec\constructor;

/**
 * Class Module
 * @package intec\constructor
 */
class Module
{
    /**
     * Является облегченным модулем.
     * @return boolean
     */
    public static function isLite()
    {
        return false;
    }
}