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