Revision 2271551b
Von Jan Büren vor mehr als 9 Jahren hinzugefügt
SL/DB/Object.pm | ||
---|---|---|
265 | 265 |
|
266 | 266 |
Assigns the attributes from C<%attributes> by calling the |
267 | 267 |
C<assign_attributes> function and saves the object afterwards. Returns |
268 |
the object itself. |
|
268 |
the object itself or error if referential integrity is broken. |
|
269 |
Correct usage: |
|
270 |
|
|
271 |
update_attributes(warehouse_id => wh_id, bin_id => bin_id); |
|
272 |
|
|
273 |
Wrong usage: |
|
274 |
|
|
275 |
update_attributes(warehouse_id => wh_id); |
|
276 |
update_attributes(bin_id => bin_id); |
|
277 |
|
|
269 | 278 |
|
270 | 279 |
=item _get_manager_class |
271 | 280 |
|
Auch abrufbar als: Unified diff
POD zu update_attributes ergänzt
mit der Bitte an Sven einmal gegenzulesen.