PHP 클래스 XeroPHP\Remote\Collection

상속: extends ArrayObject
파일 보기 프로젝트 열기: calcinai/xero-php 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_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[]