GraphAware\Neo4j\OGM\Metadata\EntityPropertyMetadata::getValue PHP 메소드

getValue() 공개 메소드

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