OrderChain Class Reference
[Dynamic query builder]

Inheritance diagram for OrderChain:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 add ($order)
 
Returns:
OrderChain

 prepend ($order)
 
Returns:
OrderChain

 getLast ()
 
Returns:
OrderBy

 getList ()
 getCount ()
 toMapped (StorableDAO $dao, JoinCapableQuery $query)
 
Returns:
OrderChain

 toDialectString (Dialect $dialect)

Static Public Member Functions

static create ()
 
Returns:
OrderChain


Private Member Functions

 makeOrder ($object)
 
Returns:
OrderBy


Private Attributes

 $chain = array()


Detailed Description

Definition at line 16 of file OrderChain.class.php.


Member Function Documentation

static OrderChain::create (  )  [static]

Returns:
OrderChain

Definition at line 23 of file OrderChain.class.php.

OrderChain::add ( order  ) 

Returns:
OrderChain

Definition at line 31 of file OrderChain.class.php.

References makeOrder().

Here is the call graph for this function:

OrderChain::prepend ( order  ) 

Returns:
OrderChain

Definition at line 41 of file OrderChain.class.php.

References makeOrder().

Here is the call graph for this function:

OrderChain::getLast (  ) 

Returns:
OrderBy

Definition at line 54 of file OrderChain.class.php.

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 
)

Returns:
OrderChain

Implements MappableObject.

Definition at line 72 of file OrderChain.class.php.

References $chain.

OrderChain::toDialectString ( Dialect dialect  ) 

Implements DialectString.

Definition at line 82 of file OrderChain.class.php.

References $out.

OrderChain::makeOrder ( object  )  [private]

Returns:
OrderBy

Definition at line 98 of file OrderChain.class.php.

Referenced by add(), and prepend().


Member Data Documentation

OrderChain::$chain = array() [private]

Definition at line 18 of file OrderChain.class.php.

Referenced by toMapped().


The documentation for this class was generated from the following file:
Generated on Sun Dec 9 21:58:06 2007 for onPHP by  doxygen 1.5.4