From 58f9197ea9026e65aefda5b320e2c81f20251a24 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 14 Oct 2013 17:37:07 +0200 Subject: [PATCH] Doku GetModels/Base --- SL/Controller/Helper/GetModels/Base.pm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 -- 2.20.1