Public Member Functions | |
add ($order) | |
prepend ($order) | |
getLast () | |
getList () | |
getCount () | |
toMapped (ProtoDAO $dao, JoinCapableQuery $query) | |
toDialectString (Dialect $dialect) | |
Static Public Member Functions | |
static | create () |
Private Member Functions | |
makeOrder ($object) | |
Private Attributes | |
$chain = array() |
Definition at line 15 of file OrderChain.class.php.
OrderChain::add | ( | $ | order | ) |
Definition at line 30 of file OrderChain.class.php.
References makeOrder().
static OrderChain::create | ( | ) | [static] |
Definition at line 22 of file OrderChain.class.php.
OrderChain::getCount | ( | ) |
Definition at line 63 of file OrderChain.class.php.
OrderChain::getLast | ( | ) |
Definition at line 53 of file OrderChain.class.php.
OrderChain::getList | ( | ) |
Definition at line 58 of file OrderChain.class.php.
OrderChain::makeOrder | ( | $ | object | ) | [private] |
Definition at line 97 of file OrderChain.class.php.
OrderChain::prepend | ( | $ | order | ) |
Definition at line 40 of file OrderChain.class.php.
References makeOrder().
OrderChain::toDialectString | ( | Dialect $ | dialect | ) |
Implements DialectString.
Definition at line 81 of file OrderChain.class.php.
OrderChain::toMapped | ( | ProtoDAO $ | dao, | |
JoinCapableQuery $ | query | |||
) |
Implements MappableObject.
Definition at line 71 of file OrderChain.class.php.
References $chain.
OrderChain::$chain = array() [private] |
Definition at line 17 of file OrderChain.class.php.
Referenced by toMapped().