DeleteOperation Class Reference

Detailed Description

DeleteOperation holds data necessary to accomplish an delete operation on the persistent store.

Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

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 (   $entityType,
array  $criteria 
)

Constructor.

Parameters
$entityTypeThe type of PersistentObject to delete
$criteriaAn array of criteria instances to select the objects on which the operation will be executed

Definition at line 29 of file DeleteOperation.php.