ArrayList
class ArrayList implements Collection
ArrayList
Methods
__construct(array $data = array())
No description
clear()
No description
get($key)
No description
set($key, $value)
No description
add($key, $value)
No description
remove($key)
No description
bool
hasKey(mixed $key)
No description
mixed
hasValue(string $value)
No description
getIterator()
No description
offsetGet($offset)
No description
offsetSet($offset, $value)
No description
offsetExists($offset)
No description
offsetUnset($offset)
No description
array
toArray()
Get the array representation of an object
count()
No description
Details
at line 42
__construct(array $data = array())
at line 46
clear()
at line 51
get($key)
at line 55
set($key, $value)
at line 60
add($key, $value)
at line 74
remove($key)
at line 85
bool
hasKey(mixed $key)
at line 95
mixed
hasValue(string $value)
at line 105
ArrayList
replace(array $data)
at line 111
getIterator()
at line 116
offsetGet($offset)
at line 121
offsetSet($offset, $value)
at line 126
offsetExists($offset)
at line 131
offsetUnset($offset)
at line 136
array
toArray()
Get the array representation of an object