Public Member Functions | |
__construct (MappableObject $mappable, $alias=null) | |
process (Criteria $criteria, JoinCapableQuery $query) | |
Private Attributes | |
$mappable = null | |
$alias = null |
Definition at line 15 of file MappableObjectProjection.class.php.
MappableObjectProjection::__construct | ( | MappableObject $ | mappable, | |
$ | alias = null | |||
) |
Definition at line 20 of file MappableObjectProjection.class.php.
References $alias.
MappableObjectProjection::process | ( | Criteria $ | criteria, | |
JoinCapableQuery $ | query | |||
) |
Implements ObjectProjection.
Definition at line 29 of file MappableObjectProjection.class.php.
References Criteria::getDao().
MappableObjectProjection::$alias = null [private] |
Definition at line 18 of file MappableObjectProjection.class.php.
Referenced by __construct().
MappableObjectProjection::$mappable = null [private] |
Definition at line 17 of file MappableObjectProjection.class.php.