Public Member Functions | Protected Member Functions

CountProjection Class Reference
[Object projections for use in Criteria queries]

Inheritance diagram for CountProjection:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 process (Criteria $criteria, JoinCapableQuery $query)

Protected Member Functions

 getFunction (Criteria $criteria, JoinCapableQuery $query)

Detailed Description

Definition at line 15 of file CountProjection.class.php.


Member Function Documentation

CountProjection::getFunction ( Criteria criteria,
JoinCapableQuery query 
) [protected]
Returns:
SQLFunction

Reimplemented in DistinctCountProjection.

Definition at line 28 of file CountProjection.class.php.

References SQLFunction::create(), Criteria::getDao(), and Assert::isNotNull().

Referenced by process().

Here is the call graph for this function:

CountProjection::process ( Criteria criteria,
JoinCapableQuery query 
)
Returns:
JoinCapableQuery

Definition at line 20 of file CountProjection.class.php.

References getFunction().

Here is the call graph for this function:


The documentation for this class was generated from the following file: