Jet\DataModel_Query_OrderBy
Třída reprezentuje ORDER BY část dotazu. Jedná se o subentitu třídy Jet\DataModel_Query.
Přehled metod
Metoda | Význam |
---|---|
public __construct( DataModel_Query $query, array|string $order_by ) |
Parametry:
|
public getIsEmpty( ) : bool |
Indikuje zda je definice prázdná. |
public current( ) : DataModel_Query_OrderBy_Item |
Třída je iterátor - definici je možné procházet jako pole. |
public key( ) : string |
Třída je iterátor - definici je možné procházet jako pole. |
public next( ) : DataModel_Query_OrderBy_Item|bool |
Třída je iterátor - definici je možné procházet jako pole. |
public rewind( ) : void |
Třída je iterátor - definici je možné procházet jako pole. |
public valid( ) : bool |
Třída je iterátor - definici je možné procházet jako pole. |
public count( ) : int |
Třída je iterátor - definici je možné procházet jako pole. |