

Public Member Functions | |
| __construct ($classMap, $manager) | |
| getSqlStatement () | |
| setTransaction ($transaction) | |
| getTransaction () | |
| delete ($parameters=null) | |
Private Attributes | |
| $transaction | |
Definition at line 3 of file deletecriteria.class.
| DeleteCriteria::__construct | ( | $ | classMap, | |
| $ | manager | |||
| ) |
Reimplemented from PersistentCriteria.
Definition at line 7 of file deletecriteria.class.
References PersistentCriteria::$classMap, and PersistentCriteria::$manager.
| DeleteCriteria::getSqlStatement | ( | ) |
Definition at line 13 of file deletecriteria.class.
References PersistentCriteria::$whereCondition.
Referenced by PersistentManager::processCriteriaDelete().
Here is the caller graph for this function:

| DeleteCriteria::setTransaction | ( | $ | transaction | ) |
| DeleteCriteria::getTransaction | ( | ) |
Definition at line 31 of file deletecriteria.class.
| DeleteCriteria::delete | ( | $ | parameters = null |
) |
Definition at line 36 of file deletecriteria.class.
DeleteCriteria::$transaction [private] |