Public Member Functions | |
__construct ($class) | |
process (Criteria $criteria, JoinCapableQuery $query) | |
| |
Static Public Member Functions | |
static | create ($class) |
| |
Protected Member Functions | |
subProcess (JoinCapableQuery $query, $field) | |
Protected Attributes | |
$className = null |
Definition at line 16 of file ClassProjection.class.php.
ClassProjection::__construct | ( | $ | class | ) |
Definition at line 28 of file ClassProjection.class.php.
References ClassUtils::isInstanceOf(), and Assert::isTrue().
static ClassProjection::create | ( | $ | class | ) | [static] |
Reimplemented in GroupByClassProjection.
Definition at line 23 of file ClassProjection.class.php.
ClassProjection::process | ( | Criteria $ | criteria, | |
JoinCapableQuery $ | query | |||
) |
Implements ObjectProjection.
Definition at line 43 of file ClassProjection.class.php.
References subProcess().
ClassProjection::subProcess | ( | JoinCapableQuery $ | query, | |
$ | field | |||
) | [protected] |
Reimplemented in GroupByClassProjection.
Definition at line 53 of file ClassProjection.class.php.
Referenced by process().
ClassProjection::$className = null [protected] |
Definition at line 18 of file ClassProjection.class.php.