PHP Class GraphAware\Neo4j\OGM\Metadata\GraphEntityPropertyMetadata

Afficher le fichier Open project: graphaware/neo4j-php-ogm

Méthodes publiques

Méthode Description
__construct ( string $propertyName, ReflectionProperty $reflectionProperty, PropertyAnnotationMetadata $propertyAnnotationMetadata ) GraphEntityPropertyMetadata constructor.
getPropertyAnnotationMetadata ( ) : PropertyAnnotationMetadata
getPropertyName ( ) : string

Method Details

__construct() public méthode

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

getPropertyAnnotationMetadata() public méthode

public getPropertyAnnotationMetadata ( ) : PropertyAnnotationMetadata
Résultat PropertyAnnotationMetadata

getPropertyName() public méthode

public getPropertyName ( ) : string
Résultat string