GraphAware\Neo4j\Client\HttpDriver\Result\ResultSummary::__construct PHP Method

__construct() public method

public __construct ( GraphAware\Common\Cypher\StatementInterface $statement )
$statement GraphAware\Common\Cypher\StatementInterface
    public function __construct(StatementInterface $statement)
    {
        $this->statement = $statement;
    }