PHP Класс Nelmio\Alice\Symfony\PropertyAccess\FakePropertyAccessor

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

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

Метод Описание
getValue ( $objectOrArray, $propertyPath )
isReadable ( $objectOrArray, $propertyPath )
isWritable ( $objectOrArray, $propertyPath )
setValue ( &$objectOrArray, $propertyPath, $value )

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

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

public getValue ( $objectOrArray, $propertyPath )

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

public isReadable ( $objectOrArray, $propertyPath )

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

public isWritable ( $objectOrArray, $propertyPath )

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

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