. /** * Handler for the version 1.24 of the H5P library. * * @package h5plib_v124 * @copyright 2019 Sara Arjona * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ namespace h5plib_v124\local\library; defined('MOODLE_INTERNAL') || die(); /** * Handler for the version 1.24 of the H5P library. * * @package h5plib_v124 * @copyright 2019 Sara Arjona * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ class handler extends \core_h5p\local\library\handler { /** * Get the current version of the H5P core library. * * @return string */ public static function get_h5p_version(): string { return '124'; } }