X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d5cb059bfa6c56fb74bf2a89c5625cb0b442e48e..7dfa1a54b755208936400e4dc9a890cadc983c1e:/SL/Controller/Helper/GetModels/Base.pm diff --git a/SL/Controller/Helper/GetModels/Base.pm b/SL/Controller/Helper/GetModels/Base.pm index 6a9a9cda7..9327c31f6 100644 --- a/SL/Controller/Helper/GetModels/Base.pm +++ b/SL/Controller/Helper/GetModels/Base.pm @@ -43,3 +43,42 @@ sub is_enabled { } 1; + +__END__ + +=encoding utf-8 + +=head1 NAME + +SL::Controller::Helper::GetModels::Base - base class for GetModels plugins + +=head1 SYNOPSIS + + package SL::Controller::Helper::Getmodels::...; + use parent 'SL::Controller::Helper::Getmodels::Base' + + sub read_params { ... } + + sub finalize { ... } + +=head1 DESCRIPTION + +This is a base class for plugins of the GetModels framework for controllers. It +provides some common ground. + +=head1 FUNCTIONS + +=over 4 + +=back + +=head1 BUGS AND CAVEATS + +None yet :) + +=head1 AUTHOR + +Sven Schöling Es.schoeling@linet-services.deE + +=cut +