\CGExtensions\queryarray_query

A simple query object that accepts and manages an array of parameters.

Only for internal use.

Summary

Methods
Properties
Constants
__construct()
OffsetSet()
OffsetExists()
OffsetUnset()
execute()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct(array $parms)

Constructor.

This method accepts an array of parameters, and sets internal data for the query object. Identically to calling $this['key'] = $val multiple times.

Parameters

array $parms

OffsetSet()

OffsetSet(string $key, mixed $value)

Set a value into the query object.

Parameters

string $key
mixed $value

OffsetExists()

OffsetExists(string $key) : bool

Test if the key is set in the data object.

Parameters

string $key

Returns

bool

OffsetUnset()

OffsetUnset(string $key)

Unset a variable in the object

Parameters

string $key