<<

NAME

Koha::Notice::Message - Koha notice message Object class, related to the message_queue table

API

Class Methods

html_content

  my $wrapped_content = $message->html_content;

This method returns the message content appropriately wrapped with HTML headers and CSS includes for HTML formatted notices.

type

<<