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