Doku GetModels/Base
authorSven Schöling <s.schoeling@linet-services.de>
Mon, 14 Oct 2013 15:37:07 +0000 (17:37 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Mon, 14 Oct 2013 15:37:07 +0000 (17:37 +0200)
SL/Controller/Helper/GetModels/Base.pm

index 9327c31..ee69c83 100644 (file)
@@ -70,6 +70,20 @@ provides some common ground.
 
 =over 4
 
+=item read_params
+
+This will be called when GetModels transitions to C<Init> phase.
+Make sure that you don't need anything from source after that.
+
+=item finalize
+
+This will be called when GetModels transitions to C<finalized> 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