GraphAware\Neo4j\Client\Formatter\Type\MapAccess::__get PHP 메소드

__get() 공개 메소드

public __get ( $name )
    public function __get($name)
    {
        return $this->get($name);
    }