PHP Class QQOrderBy, qcodo

Inheritance: extends QQClause
ファイルを表示 Open project: qcodo/qcodo Class Usage Examples

Protected Properties

Property Type Description
$objNodeArray

Public Methods

Method 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 ( )

Protected Methods

Method Description
CollapseNodes ( $mixParameterArray )

Method Details

CollapseNodes() protected method

protected CollapseNodes ( $mixParameterArray )

GetAsManualSql() public method

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
return string

UpdateQueryBuilder() public method

public UpdateQueryBuilder ( QQueryBuilder $objBuilder )
$objBuilder QQueryBuilder

__construct() public method

public __construct ( $mixParameterArray )

__toString() public method

public __toString ( )

Property Details

$objNodeArray protected_oe property

protected $objNodeArray