GraphAware\Neo4j\Client\Formatter\Result::__construct PHP 메소드

__construct() 공개 메소드

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);
    }