Public Member Functions | |
| __construct ($name, $classMap, $aMap, $alias, $joinType) | |
| getAssociationMap () | |
| getName () | |
| getAlias () | |
| setAlias ($alias) | |
| getJoinType () | |
| setJoinType ($joinType) | |
| getClassMap () | |
Private Attributes | |
| $name | |
| $classMap | |
| $associationMap | |
| $joinType | |
| $alias | |
Definition at line 3 of file persistentcriteria.class.
| AssociationCriteria::__construct | ( | $ | name, | |
| $ | classMap, | |||
| $ | aMap, | |||
| $ | alias, | |||
| $ | joinType | |||
| ) |
| AssociationCriteria::getAssociationMap | ( | ) |
Definition at line 20 of file persistentcriteria.class.
| AssociationCriteria::getName | ( | ) |
Definition at line 25 of file persistentcriteria.class.
| AssociationCriteria::getAlias | ( | ) |
Definition at line 30 of file persistentcriteria.class.
| AssociationCriteria::setAlias | ( | $ | alias | ) |
| AssociationCriteria::getJoinType | ( | ) |
Definition at line 40 of file persistentcriteria.class.
| AssociationCriteria::setJoinType | ( | $ | joinType | ) |
| AssociationCriteria::getClassMap | ( | ) |
Definition at line 50 of file persistentcriteria.class.
AssociationCriteria::$name [private] |
AssociationCriteria::$classMap [private] |
AssociationCriteria::$associationMap [private] |
Definition at line 7 of file persistentcriteria.class.
AssociationCriteria::$joinType [private] |
Definition at line 8 of file persistentcriteria.class.
Referenced by __construct(), and setJoinType().
AssociationCriteria::$alias [private] |