documented the deletion of elements from the properties hash ref in update()

This commit is contained in:
JT Smith 2008-11-04 16:03:53 +00:00
parent 293e1c0e47
commit d54aad1220

View file

@ -910,6 +910,8 @@ Updates an object's properties. While doing so also validates default data and s
A hash reference of properties to be set. See crud_definition() for a list of the properties available.
B<WARNING:> As part of it's validation mechanisms, update() will delete any elements from the properties list that are not specified in the crud_definition().
=cut
sub update {