Ejemplo n.º 1
0
 public static function isEnabled()
 {
     if (self::$ENABLE_VOX_IMPLANT === null) {
         self::$ENABLE_VOX_IMPLANT = IsModuleInstalled('voximplant') && CModule::IncludeModule('voximplant');
     }
     return self::$ENABLE_VOX_IMPLANT;
 }