PHP Class Nelmio\Alice\Symfony\PropertyAccess\FakePropertyAccessor

Inheritance: implements Symfony\Component\PropertyAccess\PropertyAccessorInterface, use trait Nelmio\Alice\NotCallableTrait
Afficher le fichier Open project: nelmio/alice

Méthodes publiques

Méthode Description
getValue ( $objectOrArray, $propertyPath )
isReadable ( $objectOrArray, $propertyPath )
isWritable ( $objectOrArray, $propertyPath )
setValue ( &$objectOrArray, $propertyPath, $value )

Method Details

getValue() public méthode

public getValue ( $objectOrArray, $propertyPath )

isReadable() public méthode

public isReadable ( $objectOrArray, $propertyPath )

isWritable() public méthode

public isWritable ( $objectOrArray, $propertyPath )

setValue() public méthode

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