\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 : 

Type

Methods

__construct()

__construct(array  $array = null) 

Parameters

array $array

offsetExists()

offsetExists(  $offset) 

Parameters

$offset

offsetGet()

offsetGet(  $offset) 

Parameters

$offset

offsetSet()

offsetSet(  $offset,   $value) 

Parameters

$offset
$value

offsetUnset()

offsetUnset(  $offset) 

Parameters

$offset

getIterator()

getIterator() 

count()

count() 

serialize()

serialize() 

unserialize()

unserialize(  $serialized) 

Parameters

$serialized