\Symfony\Component\PropertyAccess\Tests\FixturesTraversableArrayObject

This class is a hand written simplified version of PHP native `ArrayObject` class, to show that it behaves differently than the PHP native implementation.

Summary

Methods
Properties
Constants
__construct()
offsetExists()
offsetGet()
offsetSet()
offsetUnset()
getIterator()
count()
serialize()
unserialize()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$array
N/A

Properties

$array

$array

Methods

__construct()

__construct(array  $array = null) : mixed

Parameters

array $array

Returns

mixed —

offsetExists()

offsetExists(mixed  $offset) : mixed

Parameters

mixed $offset

Returns

mixed —

offsetGet()

offsetGet(mixed  $offset) : mixed

Parameters

mixed $offset

Returns

mixed —

offsetSet()

offsetSet(mixed  $offset, mixed  $value) : mixed

Parameters

mixed $offset
mixed $value

Returns

mixed —

offsetUnset()

offsetUnset(mixed  $offset) : mixed

Parameters

mixed $offset

Returns

mixed —

getIterator()

getIterator() : mixed

Returns

mixed —

count()

count() : mixed

Returns

mixed —

serialize()

serialize() : mixed

Returns

mixed —

unserialize()

unserialize(mixed  $serialized) : mixed

Parameters

mixed $serialized

Returns

mixed —