PHP Class GraphAware\Neo4j\OGM\Metadata\EntityIdMetadata

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

Méthodes publiques

Méthode Description
__construct ( string $propertyName, ReflectionProperty $reflectionProperty, IdAnnotationMetadata $idAnnotationMetadata )
getPropertyName ( ) : string
getValue ( $object ) : mixed
setValue ( $object, $value )

Method Details

__construct() public méthode

public __construct ( string $propertyName, ReflectionProperty $reflectionProperty, IdAnnotationMetadata $idAnnotationMetadata )
$propertyName string
$reflectionProperty ReflectionProperty
$idAnnotationMetadata IdAnnotationMetadata

getPropertyName() public méthode

public getPropertyName ( ) : string
Résultat string

getValue() public méthode

public getValue ( $object ) : mixed
$object
Résultat mixed

setValue() public méthode

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