Exemple #1
0
 /**
  * Remove an HTML attributes from the list
  * @param var $key The key of the value to remove from the array
  **/
 public function RemoveAttribute($key)
 {
     RTK::RemoveFromArray($this->_attributes, $key);
 }