Beispiel #1
0
 /**
  * Remove attribute in attributes object
  * @return string
  */
 public function removeAttribute($attribute)
 {
     return $this->attributes->removeAttribute($attribute);
 }