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

getValue() public method

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