示例#1
0
 public function __construct($options)
 {
     self::$type = 'aggregatedcsv';
     parent::__construct($options);
     $this->setCollection();
     $this->buildAggregationQuery();
 }
 public function __construct($options)
 {
     self::$type = 'subscribersum';
     parent::__construct($options);
 }