PHP 클래스 Nelmio\Alice\Symfony\PropertyAccess\FakePropertyAccessor

상속: implements Symfony\Component\PropertyAccess\PropertyAccessorInterface, use trait Nelmio\Alice\NotCallableTrait
파일 보기 프로젝트 열기: nelmio/alice

공개 메소드들

메소드 설명
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 )