PHP 클래스 WhereClause, TeamPass

파일 보기 프로젝트 열기: nilsteampassnet/TeamPass 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$clauses
$negate AND or OR
$type

공개 메소드들

메소드 설명
__construct ( $type )
add ( )
addClause ( $type )
count ( )
negate ( )
negateLast ( )
text ( ) we now return full WhereClause object here and evaluate it in preparseQueryParams
textAndArgs ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $type )

add() 공개 메소드

public add ( )

addClause() 공개 메소드

public addClause ( $type )

count() 공개 메소드

public count ( )

negate() 공개 메소드

public negate ( )

negateLast() 공개 메소드

public negateLast ( )

text() 공개 메소드

we now return full WhereClause object here and evaluate it in preparseQueryParams
public text ( )

textAndArgs() 공개 메소드

public textAndArgs ( )

프로퍼티 상세

$clauses 공개적으로 프로퍼티

public $clauses

$negate 공개적으로 프로퍼티

AND or OR
public $negate

$type 공개적으로 프로퍼티

public $type