ArraySupport
ScalikeTraversable implementation using an array.
Table of Contents
- count() : int
- getIterator() : Traversable
- isEmpty() : bool
- offsetExists() : bool
- PHP magic method: offsetExists.
- offsetGet() : mixed
- PHP magic method: offsetGet.
- size() : int
Methods
count()
public
count() : int
Return values
int —getIterator()
public
getIterator() : Traversable
Return values
Traversable —isEmpty()
public
isEmpty() : bool
Return values
bool —offsetExists()
PHP magic method: offsetExists.
public
offsetExists( $offset) : bool
Parameters
Return values
bool —offsetGet()
PHP magic method: offsetGet.
public
offsetGet( $offset) : mixed
Parameters
Return values
mixed —size()
public
size() : int