ConditionCollection
class ConditionCollection implements Iterator, Countable, ArrayAccess
Manage a set of ConditionInterface
Methods
(PHP 5 >= 5.0.0) Return the current element
(PHP 5 >= 5.0.0) Move forward to next element
(PHP 5 >= 5.0.0) Return the key of the current element
(PHP 5 >= 5.0.0) Checks if current position is valid
(PHP 5 >= 5.0.0) Rewind the Iterator to the first element
(PHP 5 >= 5.1.0) Count elements of an object
(PHP 5 >= 5.0.0) Whether a offset exists
(PHP 5 >= 5.0.0) Offset to retrieve
(PHP 5 >= 5.0.0) Offset to set
(PHP 5 >= 5.0.0) Offset to unset
Allow to compare 2 set of conditions
Details
at line 39
mixed
current()
(PHP 5 >= 5.0.0) Return the current element
at line 53
void
next()
(PHP 5 >= 5.0.0) Move forward to next element
at line 65
mixed
key()
(PHP 5 >= 5.0.0) Return the key of the current element
at line 80
boolean
valid()
(PHP 5 >= 5.0.0) Checks if current position is valid
at line 95
void
rewind()
(PHP 5 >= 5.0.0) Rewind the Iterator to the first element
at line 108
int
count()
(PHP 5 >= 5.1.0) Count elements of an object
at line 123
boolean
offsetExists(
mixed $offset)
(PHP 5 >= 5.0.0) Whether a offset exists
at line 137
mixed
offsetGet(
mixed $offset)
(PHP 5 >= 5.0.0) Offset to retrieve
at line 153
void
offsetSet(
mixed $offset,
mixed $value)
(PHP 5 >= 5.0.0) Offset to set
at line 171
void
offsetUnset(
mixed $offset)
(PHP 5 >= 5.0.0) Offset to unset
at line 181
string
__toString()
Allow to compare 2 set of conditions