HtmlTemplateFramework
[ class tree: HtmlTemplateFramework ] [ index: HtmlTemplateFramework ] [ all elements ]

Class: htf_tag_attribute

Source Location: /htf_tag_attribute.phl

Class Overview


htmlタグ属性を保有するクラス


Author(s):

Variables

Methods



Class Details

[line 24]
htmlタグ属性を保有するクラス

htmlタグの属性情報を保有し、保有している内容でhtmlの属性記述を出力します。




Tags:

author:  Yamauchi Shogo <htf@as-prj.com>
access:  public


[ Top ]


Class Variables

$case =

[line 46]

属性名出力設定値。 空文字(デフォルト・そのまま出力)'lower'(小文字)もしくは'upper'(大文字)を設定します。



Tags:

access:  public

Type:   string


[ Top ]

$name =

[line 32]

属性名(デフォルトは空文字)



Tags:

access:  public

Type:   string


[ Top ]

$value =

[line 39]

属性値(デフォルトは空文字)



Tags:

access:  public

Type:   string


[ Top ]



Class Methods


constructor htf_tag_attribute [line 59]

void htf_tag_attribute( [string $strname = ""], [string $strvalue = ""], [string $strcase = ""])

コンストラクタ

引数の属性名・属性値からhtf_tag_attributeオブジェクトを生成します。




Tags:

access:  public


Parameters:

string   $strname   htmlタグの属性名(デフォルトは空文字)
string   $strvalue   htmlタグの属性値(デフォルトは空文字)
string   $strcase   大文字・小文字出力(デフォルトはそのまま出力)

[ Top ]

method get_description [line 75]

string get_description( )

htmlタグの属性記述を取得します。



Tags:

return:  htmlタグ属性記述
access:  public


[ Top ]


Documentation generated on Tue, 19 Sep 2006 06:21:17 +0900 by phpDocumentor 1.3.0