PHP Класс Nelmio\Alice\PropertyAccess\StdPropertyAccessor

Наследование: implements Symfony\Component\PropertyAccess\PropertyAccessorInterface, use trait Nelmio\Alice\IsAServiceTrait
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( Symfony\Component\PropertyAccess\PropertyAccessorInterface $decoratedPropertyAccessor )
getValue ( $objectOrArray, $propertyPath )
isReadable ( $objectOrArray, $propertyPath )
isWritable ( $objectOrArray, $propertyPath )
setValue ( &$objectOrArray, $propertyPath, $value )

Описание методов

__construct() публичный Метод

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

getValue() публичный Метод

public getValue ( $objectOrArray, $propertyPath )

isReadable() публичный Метод

public isReadable ( $objectOrArray, $propertyPath )

isWritable() публичный Метод

public isWritable ( $objectOrArray, $propertyPath )

setValue() публичный Метод

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