Esempio n. 1
0
 public function addCounter($data)
 {
     $C = new Counter();
     return $newCounter = $C->add($data);
 }