
Static Public Member Functions | |
| static | sum ($property, $alias=null) |
| |
| static | avg ($property, $alias=null) |
| |
| static | mappable (MappableObject $object, $alias=null) |
| |
| static | min ($property, $alias=null) |
| |
| static | max ($property, $alias=null) |
| |
| static | property ($property, $alias=null) |
| |
| static | count ($property=null, $alias=null) |
| |
| static | distinctCount ($property=null, $alias=null) |
| |
| static | chain () |
| |
| static | group ($property) |
| |
| static | groupByClass ($class) |
| |
| static | having (LogicalObject $logic) |
| |
| static | clazz ($className) |
| |
Definition at line 18 of file Projection.class.php.
| static Projection::sum | ( | $ | property, | |
| $ | alias = null | |||
| ) | [static] |
| static Projection::avg | ( | $ | property, | |
| $ | alias = null | |||
| ) | [static] |
| static Projection::mappable | ( | MappableObject $ | object, | |
| $ | alias = null | |||
| ) | [static] |
| static Projection::min | ( | $ | property, | |
| $ | alias = null | |||
| ) | [static] |
| static Projection::max | ( | $ | property, | |
| $ | alias = null | |||
| ) | [static] |
| static Projection::property | ( | $ | property, | |
| $ | alias = null | |||
| ) | [static] |
| static Projection::count | ( | $ | property = null, |
|
| $ | alias = null | |||
| ) | [static] |
| static Projection::distinctCount | ( | $ | property = null, |
|
| $ | alias = null | |||
| ) | [static] |
| static Projection::chain | ( | ) | [static] |
| static Projection::group | ( | $ | property | ) | [static] |
| static Projection::groupByClass | ( | $ | class | ) | [static] |
| static Projection::having | ( | LogicalObject $ | logic | ) | [static] |
| static Projection::clazz | ( | $ | className | ) | [static] |
1.5.4