Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 46... Línea 46...
46
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
46
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
47
 */
47
 */
Línea 48... Línea 48...
48
 
48
 
Línea -... Línea 49...
-
 
49
defined('MOODLE_INTERNAL') || die;
-
 
50
 
49
defined('MOODLE_INTERNAL') || die;
51
require_once(__DIR__ . '/deprecatedlib.php');
50
 
52
 
51
/**
53
/**
52
 * List of features supported in URL module
54
 * List of features supported in URL module
53
 * @param string $feature FEATURE_xx constant for requested feature
55
 * @param string $feature FEATURE_xx constant for requested feature
Línea 460... Línea 462...
460
function lti_grades($basicltiid) {
462
function lti_grades($basicltiid) {
461
    return null;
463
    return null;
462
}
464
}
Línea 463... Línea 465...
463
 
465
 
464
/**
-
 
465
 * @deprecated since Moodle 3.8
-
 
466
 */
-
 
467
function lti_scale_used() {
-
 
468
    throw new coding_exception('lti_scale_used() can not be used anymore. Plugins can implement ' .
-
 
469
        '<modname>_scale_used_anywhere, all implementations of <modname>_scale_used are now ignored');
-
 
470
}
-
 
471
 
-
 
472
/**
466
/**
473
 * Checks if scale is being used by any instance of basiclti.
467
 * Checks if scale is being used by any instance of basiclti.
474
 * This function was added in 1.9
468
 * This function was added in 1.9
475
 *
469
 *
476
 * This is used to find out if scale used anywhere
470
 * This is used to find out if scale used anywhere