Remove Attribute

Function to remove an attribute from every Tag in this TagArray.

Prototype

public function remAttr( $name )

Parameters

  • $name (string) - the name of the attribute to remove.

Return

TagArray - this object for chaining