. namespace format_social\output; use core_courseformat\output\section_renderer; /** * Renderer for outputting the social course format. * * @package format_social * @copyright 2021 Ferran Recio * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ class renderer extends section_renderer { }