Doctrine


Doctrine\ORM\Query\Expr\OrderBy
/Doctrine/ORM/Query/Expr/OrderBy.php at line 35

Class OrderBy

OrderBy

public class OrderBy

Expression class for building DQL Order By parts

License:
http://www.opensource.org/licenses/lgpl-license.php LGPL
See Also:
www.doctrine-project.org
Since:
2.0
Version:
$Revision$
Author:
Guilherme Blanco
Jonathan Wage
Roman Borschel

Field Summary
protected mixed

$_allowedClasses

protected mixed

$_postSeparator

protected mixed

$_preSeparator

protected mixed

$_separator

Constructor Summary

OrderBy(mixed sort, mixed order)

Method Summary
void

add(mixed sort, mixed order)

void

count()

Field Detail

/Doctrine/ORM/Query/Expr/OrderBy.php at line 40

_allowedClasses

protected mixed $_allowedClasses = array()

/Doctrine/ORM/Query/Expr/OrderBy.php at line 39

_postSeparator

protected mixed $_postSeparator = ''

/Doctrine/ORM/Query/Expr/OrderBy.php at line 37

_preSeparator

protected mixed $_preSeparator = ''

/Doctrine/ORM/Query/Expr/OrderBy.php at line 38

_separator

protected mixed $_separator = ', '

Constructor Detail

/Doctrine/ORM/Query/Expr/OrderBy.php at line 44

OrderBy

public OrderBy(mixed sort, mixed order)

Method Detail

/Doctrine/ORM/Query/Expr/OrderBy.php at line 51

add

public void add(mixed sort, mixed order)

/Doctrine/ORM/Query/Expr/OrderBy.php at line 57

count

public void count()

Doctrine