Revision d80ffb81
Von Sven Schöling vor mehr als 13 Jahren hinzugefügt
SL/DB/Object/Hooks.pm | ||
---|---|---|
121 | 121 |
An exception of C<SL::X::DBHookError> is thrown if any of the hooks |
122 | 122 |
returns a falsish value. |
123 | 123 |
|
124 |
This function is supposed to be called by L</SL::DB::Object::load>,
|
|
125 |
L</SL::DB::Object::save> or L</SL::DB::Object::delete>.
|
|
124 |
This function is supposed to be called by L<SL::DB::Object/"load">,
|
|
125 |
L<SL::DB::Object/"save"> or L<SL::DB::Object/"delete">.
|
|
126 | 126 |
|
127 | 127 |
=back |
128 | 128 |
|
Auch abrufbar als: Unified diff
Podfixes.