Public Member Functions | |
add (ObjectProjection $projection, $name=null) | |
process (Criteria $criteria, JoinCapableQuery $query) | |
isEmpty () | |
dropByType ($dropTypes) | |
Private Attributes | |
$list = array() |
Definition at line 15 of file ProjectionChain.class.php.
ProjectionChain::add | ( | ObjectProjection $ | projection, | |
$ | name = null | |||
) |
Definition at line 22 of file ProjectionChain.class.php.
References Assert::isFalse().
ProjectionChain::dropByType | ( | $ | dropTypes | ) |
Definition at line 54 of file ProjectionChain.class.php.
ProjectionChain::isEmpty | ( | ) |
Definition at line 46 of file ProjectionChain.class.php.
ProjectionChain::process | ( | Criteria $ | criteria, | |
JoinCapableQuery $ | query | |||
) |
Implements ObjectProjection.
Definition at line 38 of file ProjectionChain.class.php.
ProjectionChain::$list = array() [private] |
Definition at line 17 of file ProjectionChain.class.php.