Exemple #1
0
 public function remove($key)
 {
     a::remove($this->value, XString::unwrap($key));
     return $this;
 }