PHP Class QQOrderBy, qcodo

Inheritance: extends QQClause
Afficher le fichier Open project: qcodo/qcodo Class Usage Examples

Protected Properties

Свойство Type Description
$objNodeArray

Méthodes publiques

Méthode Description
GetAsManualSql ( ) : string This is used primarly by datagrids wanting to use the "old Beta 2" style of Manual Queries. This allows a datagrid to use QQ::OrderBy even though the manually-written Load method takes in Beta 2 string-based SortByCommand information.
UpdateQueryBuilder ( QQueryBuilder $objBuilder )
__construct ( $mixParameterArray )
__toString ( )

Méthodes protégées

Méthode Description
CollapseNodes ( $mixParameterArray )

Method Details

CollapseNodes() protected méthode

protected CollapseNodes ( $mixParameterArray )

GetAsManualSql() public méthode

This is used primarly by datagrids wanting to use the "old Beta 2" style of Manual Queries. This allows a datagrid to use QQ::OrderBy even though the manually-written Load method takes in Beta 2 string-based SortByCommand information.
public GetAsManualSql ( ) : string
Résultat string

UpdateQueryBuilder() public méthode

public UpdateQueryBuilder ( QQueryBuilder $objBuilder )
$objBuilder QQueryBuilder

__construct() public méthode

public __construct ( $mixParameterArray )

__toString() public méthode

public __toString ( )

Property Details

$objNodeArray protected_oe property

protected $objNodeArray