Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c637622e

Von Jan Büren vor mehr als 8 Jahren hinzugefügt

  • ID c637622e07d256bf44bf4f44a94bebb3d5750b48
  • Vorgänger 791090f3
  • Nachfolger 9596d4a4

Revert "POD zu update_attributes ergänzt"

This reverts commit 2271551b46c84fa256c7a2e0a46c04cddf31e89e.

Unterschiede anzeigen:

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 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

  
268
the object itself.
278 269

  
279 270
=item _get_manager_class
280 271

  

Auch abrufbar als: Unified diff