documented the deletion of elements from the properties hash ref in update()
This commit is contained in:
parent
293e1c0e47
commit
d54aad1220
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue