PHP Class Nelmio\Alice\PropertyAccess\StdPropertyAccessor

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

Méthodes publiques

Méthode Description
__construct ( Symfony\Component\PropertyAccess\PropertyAccessorInterface $decoratedPropertyAccessor )
getValue ( $objectOrArray, $propertyPath )
isReadable ( $objectOrArray, $propertyPath )
isWritable ( $objectOrArray, $propertyPath )
setValue ( &$objectOrArray, $propertyPath, $value )

Method Details

__construct() public méthode

public __construct ( Symfony\Component\PropertyAccess\PropertyAccessorInterface $decoratedPropertyAccessor )
$decoratedPropertyAccessor Symfony\Component\PropertyAccess\PropertyAccessorInterface

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 )