GraphAware\Neo4j\Client\Connection\Connection::getSession PHP 메소드

getSession() 공개 메소드

public getSession ( ) : GraphAware\Common\Driver\SessionInterface
리턴 GraphAware\Common\Driver\SessionInterface
    public function getSession()
    {
        $this->checkSession();
        return $this->session;
    }