PHP Class WhereClause, TeamPass

Datei anzeigen Open project: nilsteampassnet/TeamPass Class Usage Examples

Public Properties

Property Type Description
$clauses
$negate AND or OR
$type

Public Methods

Method 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 method

public __construct ( $type )

add() public method

public add ( )

addClause() public method

public addClause ( $type )

count() public method

public count ( )

negate() public method

public negate ( )

negateLast() public method

public negateLast ( )

text() public method

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

textAndArgs() public method

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