Example #1
0
 public function countEvents($testKey, $variantKey, $eventKey)
 {
     return Event::getTotalForEvent($testKey, $variantKey, $eventKey);
 }