UpdateOperation Class Reference
  Detailed Description
UpdateOperation instances hold data necessary to accomplish an update operation on the persistent store.
Definition at line 21 of file UpdateOperation.php.
 Inheritance diagram for UpdateOperation:Additional Inherited Members | |
  Public Member Functions inherited from PersistenceOperation | |
| __construct ($type, array $values, array $criteria) | |
| getType () | |
| getValues () | |
| getCriteria () | |
| __toString () | |
  Protected Attributes inherited from PersistenceOperation | |
| $type = null | |
| $values = null | |
| $criteria = null | |