previous$element->removeAttributes() (Previous) (Next) $element->toHtmlnext

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

$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.

previous$element->removeAttributes() (Previous) (Next) $element->toHtmlnext

Download Documentation Last updated: Sun, 21 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.