. /** * Front-end class * * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * * @package availability_ipaddress * @copyright 2019-05-14 Mfreak.nl | LdesignMedia.nl - Luuk Verhoeven * @author Luuk Verhoeven **/ namespace availability_ipaddress; defined('MOODLE_INTERNAL') || die; /** * Class frontend * * @package availability_ipaddress * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @copyright 2019-05-14 Mfreak.nl | LdesignMedia.nl - Luuk Verhoeven */ class frontend extends \core_availability\frontend { /** * get_javascript_strings * * @return array */ protected function get_javascript_strings() : array { return [ 'js:ipaddress', 'error_ipaddress', ]; } }