GraphAware\Neo4j\Client\Formatter\Result::__construct PHP Method

__construct() public method

public __construct ( GraphAware\Common\Cypher\StatementInterface $statement )
$statement GraphAware\Common\Cypher\StatementInterface
    public function __construct(StatementInterface $statement)
    {
        $this->resultSummary = new ResultSummary($statement);
        parent::__construct($statement);
    }