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

Class: htf_css_property

Source Location: /htf_css_property.phl

Class Overview


CSS属性情報を保有・生成するクラス


Author(s):

Variables

Methods



Class Details

[line 24]
CSS属性情報を保有・生成するクラス

CSS属性情報を保有し、CSS属性記述文字列を生成します。




Tags:

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


[ Top ]


Class Variables

$property_case =

[line 46]

CSS属性記述を出力する場合の大文字・小文字出力設定



Tags:

access:  public

Type:   string


[ Top ]

$propname =

[line 32]

CSSプロパティ名



Tags:

access:  public

Type:   string


[ Top ]

$propvalue =

[line 39]

CSSプロパティ値



Tags:

access:  public

Type:   string


[ Top ]



Class Methods


constructor htf_css_property [line 59]

void htf_css_property( [string $strpropname = ""], [string $strpropvalue = ""], [string $strproperty_case = ""])

コンストラクタ

引数の属性名・属性値から、指定されたのCSSプロパティを保有するクラスを生成します。




Tags:

access:  public


Parameters:

string   $strpropname   CSSのプロパティ名(デフォルトは空文字)
string   $strpropvalue   CSSのプロパティ値(デフォルトは空文字)
string   $strproperty_case   大文字・小文字出力(デフォルトは空文字・指定なし)

[ Top ]

method get_css_desc [line 75]

string get_css_desc( )

CSSの属性記述を取得します。



Tags:

return:  css属性記述
access:  public


[ Top ]


Documentation generated on Tue, 19 Sep 2006 06:20:39 +0900 by phpDocumentor 1.3.0