Exemplo n.º 1
0
 /**
  * Removes a single attribute with the given $name
  *
  * @param string $name
  */
 public function removeAttribute($name)
 {
     $this->bag->removeAttribute($this->prefix . $name);
 }