
Public Member Functions | |
| add ($order) | |
| |
| prepend ($order) | |
| |
| getLast () | |
| |
| getList () | |
| getCount () | |
| toMapped (StorableDAO $dao, JoinCapableQuery $query) | |
| |
| toDialectString (Dialect $dialect) | |
Static Public Member Functions | |
| static | create () |
| |
Private Member Functions | |
| makeOrder ($object) | |
| |
Private Attributes | |
| $chain = array() | |
Definition at line 16 of file OrderChain.class.php.
| static OrderChain::create | ( | ) | [static] |
| OrderChain::add | ( | $ | order | ) |
Definition at line 31 of file OrderChain.class.php.
References makeOrder().

| OrderChain::prepend | ( | $ | order | ) |
Definition at line 41 of file OrderChain.class.php.
References makeOrder().

| OrderChain::getLast | ( | ) |
| OrderChain::getList | ( | ) |
Definition at line 59 of file OrderChain.class.php.
| OrderChain::getCount | ( | ) |
Definition at line 64 of file OrderChain.class.php.
| OrderChain::toMapped | ( | StorableDAO $ | dao, | |
| JoinCapableQuery $ | query | |||
| ) |
Implements MappableObject.
Definition at line 72 of file OrderChain.class.php.
References $chain.
| OrderChain::toDialectString | ( | Dialect $ | dialect | ) |
| OrderChain::makeOrder | ( | $ | object | ) | [private] |
OrderChain::$chain = array() [private] |
1.5.4