$element->setAttributes()

$element->setAttributes() -- Sets the HTML attributes

概要

require_once 'Flexy/Element.php';

HTML_Template_Flexy_Element::setAttributes (mixed $attributes)

説明

Can be used to set attribute values, It is easier to set the attributes directly using the public attributes property.

パラメータ

例外・エラー

throws no exceptions thrown

注意

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