PropertyArrayAccess

Implements \ArrayAccess, \Iterator, \Countable

PropertyArrayAccess class.

author

Arno Dudek

Methods

initializeObject

initializeObject() 

ArrayAccess

offsetSet(mixed $propertyName, mixed $propertyValue) : void

Arguments

$propertyName

mixed

$propertyValue

mixed

ArrayAccess

offsetExists(mixed $propertyName) : boolean

Arguments

$propertyName

mixed

Response

boolean

ArrayAccess

offsetUnset(mixed $propertyName) : void

Arguments

$propertyName

mixed

ArrayAccess

offsetGet(mixed $propertyName) : mixed

Arguments

$propertyName

mixed

Response

mixed

Iterator

rewind() : void

Iterator

current() : mixed

Response

mixed

Iterator

key() : integer

Response

integer

Iterator

next() : void

Iterator

valid() : boolean

Response

boolean

Countable

count() : integer

Response

integer

Properties

_arrayAccessProperties

_arrayAccessProperties : array
var

Type(s)

array

_arrayAccessPosition

_arrayAccessPosition : integer
var

Type(s)

integer