NAME
Minima::View - Base class for views used with Minima
DESCRIPTION
This class serves as a base for views used with Minima. It is not intended to be used directly but rather to be subclassed.
It currently implements a single method: render
, which should not be called on this base class. (Perhaps, with roles in Perl core in the future, this class might become unnecessary.)
For HTML views, see Minima::View::HTML.
METHODS
new
Constructs a new object. No arguments required.
render
Renders content, and should not be called on this base class.
SEE ALSO
Minima, Minima::View::HTML, perlclass.
AUTHOR
Cesar Tessarin, <cesar@tessarin.com.br>.
Written in September 2024.