Revision 58f9197e
Von Sven Schöling vor etwa 11 Jahren hinzugefügt
SL/Controller/Helper/GetModels/Base.pm | ||
---|---|---|
70 | 70 |
|
71 | 71 |
=over 4 |
72 | 72 |
|
73 |
=item read_params |
|
74 |
|
|
75 |
This will be called when GetModels transitions to C<Init> phase. |
|
76 |
Make sure that you don't need anything from source after that. |
|
77 |
|
|
78 |
=item finalize |
|
79 |
|
|
80 |
This will be called when GetModels transitions to C<finalized> phase. Make sure |
|
81 |
that no internal state or configuration gets changed after this. |
|
82 |
|
|
83 |
=item merge_args |
|
84 |
|
|
85 |
Common function to merge the output of various callbacks. |
|
86 |
|
|
73 | 87 |
=back |
74 | 88 |
|
75 | 89 |
=head1 BUGS AND CAVEATS |
Auch abrufbar als: Unified diff
Doku GetModels/Base