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