Babble::Output - Base output class for Babble


Babble documentation  | view source Contained in the Babble distribution.

Index


NAME

Top

Babble::Output - Base output class for Babble

DESCRIPTION

Top

Babble::Output is a base class, a class which should never ever be used directly by applications (as it does nothing useful).

This class is merely provided to be a base to inherit from. All descendants must implement at least the methods this class implements.

METHODS

Top

output($babble, $params)

This method takes the Babble object refernece in its first argument, and all the supplied parameters (as a hashref), and does whatever is necessary to return a scalar, containing the output.

AUTHOR

Top

Gergely Nagy, algernon@bonehunter.rulez.org

Bugs should be reported at http://bugs.bonehunter.rulez.org/babble.

SEE ALSO

Top

Babble::Output::RSS, Babble::Output::TTk


Babble documentation  | view source Contained in the Babble distribution.