. /** * auth_outage_renderer class. * * auth_outage auth_outage_renderer should just extend our renderer class in the classes directory. * This is done to keep code organized and make easier to run tests and check coverage. * * @package auth_outage * @author Daniel Thee Roperto * @copyright 2016 Catalyst IT * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ /** * auth_outage_renderer class. * * auth_outage auth_outage_renderer should just extend our renderer class in the classes directory. * This is done to keep code organized and make easier to run tests and check coverage. * * @package auth_outage * @author Daniel Thee Roperto * @copyright 2016 Catalyst IT * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ class auth_outage_renderer extends auth_outage\output\renderer { }