Methods
If method does not exists on array, call method on children
Returns an array with return values
__call(string $method, array $arguments) : Array
Parameters
$method
string
$arguments
array
Exceptions
Returns
Array
__construct()
__construct()
inherited_from |
ArrayObject::__construct() |
Append an object to the array
The object must match the type the array is meant for
append(mixed $value) : \Moneybird\ArrayObject
Parameters
$value
mixed
Exceptions
Returns
asort()
asort()
inherited_from |
ArrayObject::asort() |
count()
count()
inherited_from |
ArrayObject::count() |
exchangeArray()
exchangeArray()
inherited_from |
ArrayObject::exchangeArray() |
getArrayCopy()
getArrayCopy()
inherited_from |
ArrayObject::getArrayCopy() |
getFlags()
getFlags()
inherited_from |
ArrayObject::getFlags() |
getIterator()
getIterator()
inherited_from |
ArrayObject::getIterator() |
getIteratorClass()
getIteratorClass()
inherited_from |
ArrayObject::getIteratorClass() |
ksort()
ksort()
inherited_from |
ArrayObject::ksort() |
Merge another array of the same type into this array
merge(\Moneybird\ArrayObject $array) : \Moneybird\ArrayObject
Parameters
Exceptions
Returns
natcasesort()
natcasesort()
inherited_from |
ArrayObject::natcasesort() |
natsort()
natsort()
inherited_from |
ArrayObject::natsort() |
offsetExists()
offsetExists()
inherited_from |
ArrayObject::offsetExists() |
offsetGet()
offsetGet()
inherited_from |
ArrayObject::offsetGet() |
offsetSet()
offsetSet()
inherited_from |
ArrayObject::offsetSet() |
offsetUnset()
offsetUnset()
inherited_from |
ArrayObject::offsetUnset() |
serialize()
serialize()
inherited_from |
ArrayObject::serialize() |
setFlags()
setFlags()
inherited_from |
ArrayObject::setFlags() |
setIteratorClass()
setIteratorClass()
inherited_from |
ArrayObject::setIteratorClass() |
Create PHP array
toArray() : Array
Create JSON representation of array
toJson() : string
uasort()
uasort()
inherited_from |
ArrayObject::uasort() |
uksort()
uksort()
inherited_from |
ArrayObject::uksort() |
unserialize()
unserialize()
inherited_from |
ArrayObject::unserialize() |