Documentation

GreaterThanOrEqualTo extends AbstractPredicate
in package

Greater than or equal to predicate class

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

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

license

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

version
5.3.0

Table of Contents

$conjunction  : string
Conjunction
$format  : string
Format
$values  : mixed
Values
__construct()  : mixed
Constructor
getConjunction()  : string
Get the conjunction
getFormat()  : string
Get the format
getValues()  : array<string|int, 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(array<string|int, mixed> $values[, string $conjunction = 'AND' ]) : mixed

Instantiate the GREATER THAN OR EQUAL TO predicate set object

Parameters
$values : array<string|int, mixed>
$conjunction : string = 'AND'
Return values
mixed

getConjunction()

Get the conjunction

public getConjunction() : string
Return values
string

getFormat()

Get the format

public getFormat() : string
Return values
string

getValues()

Get the values

public getValues() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results