PageRenderTime 44ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/vendor/Elastica/lib/Elastica/Aggregation/Min.php

https://github.com/cceh/atom
PHP | 13 lines | 5 code | 3 blank | 5 comment | 0 complexity | be43719a0ebef13a86bd21a9f767ba4d MD5 | raw file
Possible License(s): CC-BY-3.0, AGPL-3.0, MIT, ISC
  1. <?php
  2. namespace Elastica\Aggregation;
  3. /**
  4. * Class Min
  5. * @package Elastica\Aggregation
  6. * @link http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/search-aggregations-metrics-min-aggregation.html
  7. */
  8. class Min extends AbstractSimpleAggregation
  9. {
  10. }