\Symfony\Component\PropertyAccess\TestsPropertyAccessorNonTraversableArrayObjectTest

Summary

Methods
Properties
Constants
getValidPropertyPaths()
testGetValue()
testGetValueFailsIfNoSuchIndex()
testSetValue()
testIsReadable()
testIsWritable()
No public properties found
No constants found
setUp()
getContainer()
$propertyAccessor
N/A
No private methods found
No private properties found
N/A

Properties

$propertyAccessor

$propertyAccessor : \Symfony\Component\PropertyAccess\PropertyAccessor

Type

PropertyAccessor

Methods

getValidPropertyPaths()

getValidPropertyPaths() : mixed

Returns

mixed —

testGetValue()

testGetValue(mixed  $collection, mixed  $path, mixed  $value) : mixed

Parameters

mixed $collection
mixed $path
mixed $value

Returns

mixed —

testGetValueFailsIfNoSuchIndex()

testGetValueFailsIfNoSuchIndex() : mixed

Returns

mixed —

testSetValue()

testSetValue(mixed  $collection, mixed  $path) : mixed

Parameters

mixed $collection
mixed $path

Returns

mixed —

testIsReadable()

testIsReadable(mixed  $collection, mixed  $path) : mixed

Parameters

mixed $collection
mixed $path

Returns

mixed —

testIsWritable()

testIsWritable(mixed  $collection, mixed  $path) : mixed

Parameters

mixed $collection
mixed $path

Returns

mixed —

setUp()

setUp() : mixed

Returns

mixed —

getContainer()

getContainer(array  $array) : mixed

Parameters

array $array

Returns

mixed —