Elastica\Multi\ResultSet::__construct PHP Метод

__construct() публичный Метод

Constructs ResultSet object.
public __construct ( Response $response, $resultSets )
$response Elastica\Response
    public function __construct(Response $response, $resultSets)
    {
        $this->_response = $response;
        $this->_resultSets = $resultSets;
    }