InsertOperation Class Reference
Detailed Description
InsertOperation holds data necessary to accomplish an insert operation on the persistent store.
Definition at line 21 of file InsertOperation.php.
Inheritance diagram for InsertOperation:Public Member Functions | |
| __construct ($entityType, array $values) | |
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 | $values | ||
| ) |
Constructor.
- Parameters
-
$entityType The type of PersistentObject to insert $values An array of attribute/value pairs to apply
Definition at line 28 of file InsertOperation.php.