getMessage()) ); return false; } } } return true; } /** * Set loader mode. Use RetailcrmDependencyLoader::LEGACY_LOADER or RetailcrmDependencyLoader::D7_LOADER * * @param $loader */ public static function setLoader($loader) { if (in_array($loader, array(self::LEGACY_LOADER, self::D7_LOADER))) { self::$loader = $loader; } } /** * Returns array of required modules names * * @return array */ public static function getDependencies() { return array("iblock", "sale", "catalog"); } }