Example
implements
ArrayAccess, Countable, IteratorAggregate
Table of Contents
Interfaces
- ArrayAccess
- Countable
- IteratorAggregate
Properties
-
$data
: mixed
Methods
-
__construct()
: mixed
-
count()
: mixed
-
getIterator()
: mixed
-
offsetExists()
: mixed
-
offsetGet()
: mixed
-
offsetSet()
: mixed
-
offsetUnset()
: mixed
$data
protected
mixed
$data
__construct()
public
__construct(mixed $data) : mixed
Parameters
-
$data
: mixed
-
count()
public
count() : mixed
getIterator()
public
getIterator() : mixed
offsetExists()
public
offsetExists(mixed $offset) : mixed
Parameters
-
$offset
: mixed
-
offsetGet()
public
offsetGet(mixed $offset) : mixed
Parameters
-
$offset
: mixed
-
offsetSet()
public
offsetSet(mixed $offset, mixed $value) : mixed
Parameters
-
$offset
: mixed
-
-
$value
: mixed
-
offsetUnset()
public
offsetUnset(mixed $offset) : mixed
Parameters
-
$offset
: mixed
-