
Public Member Functions | |
| __construct ($field) | |
| __clone () | |
| desc () | |
| |
| asc () | |
| |
| isAsc () | |
| invert () | |
| |
| toMapped (StorableDAO $dao, JoinCapableQuery $query) | |
| |
| toDialectString (Dialect $dialect) | |
Static Public Member Functions | |
| static | create ($field) |
| |
Private Attributes | |
| $direction = null | |
Definition at line 16 of file OrderBy.class.php.
| OrderBy::__construct | ( | $ | field | ) |
Reimplemented from FieldTable.
Definition at line 28 of file OrderBy.class.php.
References FieldTable::$field.
| static OrderBy::create | ( | $ | field | ) | [static] |
Definition at line 23 of file OrderBy.class.php.
References FieldTable::$field.
Referenced by ObjectQuery::toSelectQuery().
| OrderBy::__clone | ( | ) |
Definition at line 35 of file OrderBy.class.php.
| OrderBy::desc | ( | ) |
Definition at line 43 of file OrderBy.class.php.
Referenced by invert(), and toMapped().
| OrderBy::asc | ( | ) |
Definition at line 52 of file OrderBy.class.php.
Referenced by invert(), and toMapped().
| OrderBy::isAsc | ( | ) |
| OrderBy::invert | ( | ) |
| OrderBy::toMapped | ( | StorableDAO $ | dao, | |
| JoinCapableQuery $ | query | |||
| ) |
Implements MappableObject.
Definition at line 77 of file OrderBy.class.php.

| OrderBy::toDialectString | ( | Dialect $ | dialect | ) |
OrderBy::$direction = null [private] |
Definition at line 18 of file OrderBy.class.php.
1.5.4