PHP Класс XeroPHP\Remote\Collection

Наследование: extends ArrayObject
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$_associated_objects Object[] todo - 2.x make this more elegant.

Открытые методы

Метод Описание
addAssociatedObject ( $parent_property, Object $object )
remove ( Object $object ) Remove a specific object from the collection
removeAll ( ) Remove all of the values int he collection
removeAt ( $index ) Remove an item at a specific index

Описание методов

addAssociatedObject() публичный метод

public addAssociatedObject ( $parent_property, Object $object )
$object Object

remove() публичный метод

Remove a specific object from the collection
public remove ( Object $object )
$object Object

removeAll() публичный метод

Remove all of the values int he collection
public removeAll ( )

removeAt() публичный метод

Remove an item at a specific index
public removeAt ( $index )
$index

Описание свойств

$_associated_objects защищенное свойство

todo - 2.x make this more elegant.
protected Object[],XeroPHP\Remote $_associated_objects
Результат Object[]