$element->removeAttributes()

$element->removeAttributes() -- Removes an attributes

Synopsis

$element->removeAttributes (mixed $attrs)

Beschreibung

use this to remove attributes from the tag when the element is rendered, It may be easier to access the attributes array directly and assign the value to false.

Parameter

Fehler-Meldungen

throws

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.