Exemple #1
0
 public function appendMany($values)
 {
     a::appendMany($this->value, $values);
     return $this;
 }