PHP Class Nelmio\Alice\Symfony\PropertyAccess\FakePropertyAccessor

Inheritance: implements Symfony\Component\PropertyAccess\PropertyAccessorInterface, use trait Nelmio\Alice\NotCallableTrait
Show file Open project: nelmio/alice

Public Methods

Method Description
getValue ( $objectOrArray, $propertyPath )
isReadable ( $objectOrArray, $propertyPath )
isWritable ( $objectOrArray, $propertyPath )
setValue ( &$objectOrArray, $propertyPath, $value )

Method Details

getValue() public method

public getValue ( $objectOrArray, $propertyPath )

isReadable() public method

public isReadable ( $objectOrArray, $propertyPath )

isWritable() public method

public isWritable ( $objectOrArray, $propertyPath )

setValue() public method

public setValue ( &$objectOrArray, $propertyPath, $value )