PHP 클래스 GraphAware\Neo4j\OGM\Metadata\EntityPropertyMetadata

파일 보기 프로젝트 열기: graphaware/neo4j-php-ogm

공개 메소드들

메소드 설명
__construct ( string $propertyName, ReflectionProperty $reflectionProperty, PropertyAnnotationMetadata $propertyAnnotationMetadata ) EntityPropertyMetadata constructor.
getPropertyName ( ) : string
getReflectionProperty ( ) : ReflectionProperty
getValue ( object $object ) : mixed
setValue ( object $object, mixed $value )

비공개 메소드들

메소드 설명
checkAccess ( )

메소드 상세

__construct() 공개 메소드

EntityPropertyMetadata constructor.
public __construct ( string $propertyName, ReflectionProperty $reflectionProperty, PropertyAnnotationMetadata $propertyAnnotationMetadata )
$propertyName string
$reflectionProperty ReflectionProperty
$propertyAnnotationMetadata PropertyAnnotationMetadata

getPropertyName() 공개 메소드

public getPropertyName ( ) : string
리턴 string

getReflectionProperty() 공개 메소드

public getReflectionProperty ( ) : ReflectionProperty
리턴 ReflectionProperty

getValue() 공개 메소드

public getValue ( object $object ) : mixed
$object object
리턴 mixed

setValue() 공개 메소드

public setValue ( object $object, mixed $value )
$object object
$value mixed