$element->removeAttributes()

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

概要

$element->removeAttributes (mixed $attrs)

説明

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.

パラメータ

例外・エラー

throws

注意

この関数は、スタティックにコールする ことはできません。