Kernel::Output::HTML::Base - Base class for Output classes
package Kernel::Output::HTML::ToolBar::MyToolBar; use parent 'Kernel::Output::HTML::Base'; # methods go here
Creates an object. Call it not on this class, but on a subclass.
use Kernel::Output::HTML::ToolBar::MyToolBar; my $Object = Kernel::Output::HTML::ToolBar::MyToolBar->new( UserID => 123, );
This software is part of the OTRS project (https://otrs.org/).
This software comes with ABSOLUTELY NO WARRANTY. For details, see the enclosed file COPYING for license information (GPL). If you did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt.