PHP Class WhereClause, TeamPass

Afficher le fichier Open project: nilsteampassnet/TeamPass Class Usage Examples

Méthodes publiques

Свойство Type Description
$clauses
$negate AND or OR
$type

Méthodes publiques

Méthode Description
__construct ( $type )
add ( )
addClause ( $type )
count ( )
negate ( )
negateLast ( )
text ( ) we now return full WhereClause object here and evaluate it in preparseQueryParams
textAndArgs ( )

Method Details

__construct() public méthode

public __construct ( $type )

add() public méthode

public add ( )

addClause() public méthode

public addClause ( $type )

count() public méthode

public count ( )

negate() public méthode

public negate ( )

negateLast() public méthode

public negateLast ( )

text() public méthode

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

textAndArgs() public méthode

public textAndArgs ( )

Property Details

$clauses public_oe property

public $clauses

$negate public_oe property

AND or OR
public $negate

$type public_oe property

public $type