GraphAware\Neo4j\Client\HttpDriver\Result\ResultSummary::__construct PHP 메소드

__construct() 공개 메소드

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