* @license GPL2 or any later version * @since Stud.IP 4.2 */ interface LayoutMessage { /** * Renders the message as html. * * @return string */ public function __toString(); }