PHP 클래스 QQOrderBy, qcodo

상속: extends QQClause
파일 보기 프로젝트 열기: qcodo/qcodo 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$objNodeArray

공개 메소드들

메소드 설명
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 ( )

보호된 메소드들

메소드 설명
CollapseNodes ( $mixParameterArray )

메소드 상세

CollapseNodes() 보호된 메소드

protected CollapseNodes ( $mixParameterArray )

GetAsManualSql() 공개 메소드

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
리턴 string

UpdateQueryBuilder() 공개 메소드

public UpdateQueryBuilder ( QQueryBuilder $objBuilder )
$objBuilder QQueryBuilder

__construct() 공개 메소드

public __construct ( $mixParameterArray )

__toString() 공개 메소드

public __toString ( )

프로퍼티 상세

$objNodeArray 보호되어 있는 프로퍼티

protected $objNodeArray