GraphAware\Neo4j\OGM\Metadata\LabeledPropertyMetadata::getValue PHP Method

getValue() public method

public getValue ( object $object ) : mixed
$object object
return mixed
    public function getValue($object)
    {
        $this->reflectionProperty->setAccessible(true);
        return $this->reflectionProperty->getValue($object);
    }