
####
Base
####


****
NAME
****


Kernel::Output::HTML::Base - Base class for Output classes


***********
DESCRIPTION
***********



.. code-block:: perl

     package Kernel::Output::HTML::ToolBar::MyToolBar;
     use parent 'Kernel::Output::HTML::Base';
 
     # methods go here



****************
PUBLIC INTERFACE
****************


new()
=====


Creates an object. Call it not on this class, but on a subclass.


.. code-block:: perl

     use Kernel::Output::HTML::ToolBar::MyToolBar;
     my $Object = Kernel::Output::HTML::ToolBar::MyToolBar->new(
         UserID  => 123,
     );





