Documentation

IsNull extends AbstractPredicate
in package

Is Null predicate class

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)

license

http://www.popphp.org/license New BSD License

version
6.5.0

Table of Contents

Properties

$conjunction  : string
Conjunction
$format  : string|null
Format
$values  : mixed
Values

Methods

__construct()  : mixed
Constructor
getConjunction()  : string
Get the conjunction
getFormat()  : string
Get the format
getValues()  : mixed
Get the values
render()  : string
Render the predicate string
setConjunction()  : AbstractPredicate
Get the conjunction
setValues()  : AbstractPredicate
Set values

Properties

Methods

__construct()

Constructor

public __construct(string $values[, string $conjunction = 'AND' ]) : mixed

Instantiate the IS NULL predicate set object

Parameters
$values : string
$conjunction : string = 'AND'
Tags
throws
Exception

getConjunction()

Get the conjunction

public getConjunction() : string
Return values
string

        
On this page

Search results