Esempio n. 1
0
 public function append($value)
 {
     a::append($this->value, $value);
     return $this;
 }