. /** * Forum post renderable for e-mail. * * @package mod_forum * @copyright 2015 Andrew Nicols * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ namespace mod_forum\output; defined('MOODLE_INTERNAL') || die(); /** * Forum post renderable for use in e-mail. * * @copyright 2015 Andrew Nicols * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ class forum_post_email extends forum_post { }