X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/7dfa1a54b755208936400e4dc9a890cadc983c1e..ae278b58747710a8c843a6bee9375186eafa17f7:/SL/Controller/Helper/GetModels/Base.pm diff --git a/SL/Controller/Helper/GetModels/Base.pm b/SL/Controller/Helper/GetModels/Base.pm index 9327c31f6..ee69c8316 100644 --- a/SL/Controller/Helper/GetModels/Base.pm +++ b/SL/Controller/Helper/GetModels/Base.pm @@ -70,6 +70,20 @@ provides some common ground. =over 4 +=item read_params + +This will be called when GetModels transitions to C phase. +Make sure that you don't need anything from source after that. + +=item finalize + +This will be called when GetModels transitions to C phase. Make sure +that no internal state or configuration gets changed after this. + +=item merge_args + +Common function to merge the output of various callbacks. + =back =head1 BUGS AND CAVEATS