IncomingInvoice_Payment array

 Methods

If method does not exists on array, call method on children Returns an array with return values

__call(string $method, array $arguments) : Array
Inherited

inherited_from \Moneybird\ArrayObject::__call()

Parameters

$method

string

$arguments

array

Exceptions

\Moneybird\ArrayObject_UndefinedMethodException

Returns

Array

__construct()

__construct() 
Inherited

inherited_from ArrayObject::__construct()
inherited_from \Moneybird\ArrayObject::__construct()

Append an object to the array The object must match the type the array is meant for

append(mixed $value) : \Moneybird\ArrayObject
Inherited

inherited_from \Moneybird\ArrayObject::append()

Parameters

$value

mixed

Exceptions

\Moneybird\ArrayObject_TypeMismatchException

Returns

asort()

asort() 
Inherited

inherited_from ArrayObject::asort()
inherited_from \Moneybird\ArrayObject::asort()

count()

count() 
Inherited

inherited_from ArrayObject::count()
inherited_from \Moneybird\ArrayObject::count()

exchangeArray()

exchangeArray() 
Inherited

inherited_from ArrayObject::exchangeArray()
inherited_from \Moneybird\ArrayObject::exchangeArray()

getArrayCopy()

getArrayCopy() 
Inherited

inherited_from ArrayObject::getArrayCopy()
inherited_from \Moneybird\ArrayObject::getArrayCopy()

getFlags()

getFlags() 
Inherited

inherited_from ArrayObject::getFlags()
inherited_from \Moneybird\ArrayObject::getFlags()

getIterator()

getIterator() 
Inherited

inherited_from ArrayObject::getIterator()
inherited_from \Moneybird\ArrayObject::getIterator()

getIteratorClass()

getIteratorClass() 
Inherited

inherited_from ArrayObject::getIteratorClass()
inherited_from \Moneybird\ArrayObject::getIteratorClass()

ksort()

ksort() 
Inherited

inherited_from ArrayObject::ksort()
inherited_from \Moneybird\ArrayObject::ksort()

Merge another array of the same type into this array

merge(\Moneybird\ArrayObject $array) : \Moneybird\ArrayObject
Inherited

inherited_from \Moneybird\ArrayObject::merge()

Parameters

Exceptions

\Moneybird\ArrayObject_TypeMismatchException

Returns

natcasesort()

natcasesort() 
Inherited

inherited_from ArrayObject::natcasesort()
inherited_from \Moneybird\ArrayObject::natcasesort()

natsort()

natsort() 
Inherited

inherited_from ArrayObject::natsort()
inherited_from \Moneybird\ArrayObject::natsort()

offsetExists()

offsetExists() 
Inherited

inherited_from ArrayObject::offsetExists()
inherited_from \Moneybird\ArrayObject::offsetExists()

offsetGet()

offsetGet() 
Inherited

inherited_from ArrayObject::offsetGet()
inherited_from \Moneybird\ArrayObject::offsetGet()

offsetSet()

offsetSet() 
Inherited

inherited_from ArrayObject::offsetSet()
inherited_from \Moneybird\ArrayObject::offsetSet()

offsetUnset()

offsetUnset() 
Inherited

inherited_from ArrayObject::offsetUnset()
inherited_from \Moneybird\ArrayObject::offsetUnset()

serialize()

serialize() 
Inherited

inherited_from ArrayObject::serialize()
inherited_from \Moneybird\ArrayObject::serialize()

setFlags()

setFlags() 
Inherited

inherited_from ArrayObject::setFlags()
inherited_from \Moneybird\ArrayObject::setFlags()

setIteratorClass()

setIteratorClass() 
Inherited

inherited_from ArrayObject::setIteratorClass()
inherited_from \Moneybird\ArrayObject::setIteratorClass()

Get array representation of Subject

toArray() : Array
Inherited

inherited_from \Moneybird\Mapper_Mapable::toArray()

Returns

Array

Create JSON representation of array

toJson() : string
Inherited

inherited_from \Moneybird\ArrayObject::toJson()

Returns

string

uasort()

uasort() 
Inherited

inherited_from ArrayObject::uasort()
inherited_from \Moneybird\ArrayObject::uasort()

uksort()

uksort() 
Inherited

inherited_from ArrayObject::uksort()
inherited_from \Moneybird\ArrayObject::uksort()

unserialize()

unserialize() 
Inherited

inherited_from ArrayObject::unserialize()
inherited_from \Moneybird\ArrayObject::unserialize()