DeleteOperation Class Reference
Detailed Description
DeleteOperation holds data necessary to accomplish an delete operation on the persistent store.
Definition at line 21 of file DeleteOperation.php.
Inheritance diagram for DeleteOperation:Public Member Functions | |
| __construct ($entityType, array $criteria) | |
Public Member Functions inherited from PersistenceOperation | |
| __construct ($type, array $values, array $criteria) | |
| getType () | |
| getValues () | |
| getCriteria () | |
| __toString () | |
Additional Inherited Members | |
Protected Attributes inherited from PersistenceOperation | |
| $type = null | |
| $values = null | |
| $criteria = null | |
Constructor & Destructor Documentation
◆ __construct()
| __construct | ( | $entityType, | |
| array | $criteria | ||
| ) |
Constructor.
- Parameters
-
$entityType The type of PersistentObject to delete $criteria An array of criteria instances to select the objects on which the operation will be executed
Definition at line 29 of file DeleteOperation.php.