removeAllAttributes() public method

Removes all attributes on this tag.
public removeAllAttributes ( ) : void
return void
 /**
  * A wrapper method that simply calls the removeAllAttributes
  * method on the tag of this node.
  *
  * @return void
  */
 public function removeAllAttributes()
 {
     $this->tag->removeAllAttributes();
 }