Esempio n. 1
0
 public function merge(Group $group)
 {
     $this->group = array_merge($this->group, $group->toArray());
     return $this;
 }