$element->setAttributes()

$element->setAttributes() – HTML の属性を設定する

Synopsis

require_once 'Flexy/Element.php';

HTML_Template_Flexy_Element::setAttributes ( mixed $attributes )

Description

属性の値を設定するために使用します。 パブリックな属性プロパティを使用して、属性を直接設定するほうが簡単です。

Parameter

  • $attributes HTML の属性文字列あるいは連想配列。

Throws

例外はスローされません。

Note

This function can not be called statically.