GraphAware\Neo4j\Client\HttpDriver\Pipeline::size PHP 메소드

size() 공개 메소드

public size ( ) : integer
리턴 integer
    public function size()
    {
        return count($this->statements);
    }