Esempio n. 1
0
 public function sum($handler)
 {
     $this->data = Linq::sum($this->data, $handler);
     return $this;
 }