PHP Class GraphAware\Neo4j\OGM\Metadata\EntityIdMetadata

Datei anzeigen Open project: graphaware/neo4j-php-ogm Class Usage Examples

Public Methods

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

Method Details

__construct() public method

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

getPropertyName() public method

public getPropertyName ( ) : string
return string

getValue() public method

public getValue ( $object ) : mixed
$object
return mixed

setValue() public method

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