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

Class: htf_frm_headtag_element

Source Location: /htf_frm_headtag_element.phl

Class Overview

htf_tag_element
   |
   --htf_frm_headtag_element

headタグ情報を保持し、htmlタグを生成するクラス。


Author(s):

Methods


Inherited Variables

Inherited Methods

Class: htf_tag_element

htf_tag_element::htf_tag_element()
コンストラクタ
htf_tag_element::add_attribute()
引数指定内容で属性内容を追加します。
htf_tag_element::add_content()
引数指定内容で要素内容を追加します。
htf_tag_element::get_contents()
全要素内容を文字列として取得します。
htf_tag_element::get_endtag()
html終了タグを文字列として取得します。
htf_tag_element::get_htmltag()
htmlタグを文字列として取得します。
htf_tag_element::get_starttag()
html開始タグを文字列として取得します。
htf_tag_element::print_htmltag()
htmlタグをprint文で出力します。

Class Details

[line 26]
headタグ情報を保持し、htmlタグを生成するクラス。

htfフレーム情報のheadconfigで指定した内容をタグオブジェクトとして保持します。
htf_frm_headconfigクラスから呼び出すヘルパークラスとして使用されます。




Tags:

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


[ Top ]


Class Methods


constructor htf_frm_headtag_element [line 47]

void htf_frm_headtag_element( string $addheader)

htf_frm_headtag_element()

htf_frm_headtag_elementを生成します。




Tags:

access:  public


Parameters:

string   $addheader   追加ヘッダファイルパス文字列

[ Top ]

method add_link [line 271]

void add_link( string $cssfname)

add_link()

linkタグを追加します。




Tags:

access:  public


Parameters:

string   $cssfname   出力するCSSファイル名文字列

[ Top ]

method add_meta_author [line 118]

void add_meta_author( string $author)

add_meta_author()

Authorを記述したmetaタグを追加します。




Tags:

access:  public


Parameters:

string   $author   出力するAuthor文字列

[ Top ]

method add_meta_content_script_type [line 99]

void add_meta_content_script_type( string $content_script_type)

add_meta_content_script_type()

Content-Script-Typeを記述したmetaタグを追加します。




Tags:

access:  public


Parameters:

string   $content_script_type   出力するContent-Script-Type文字列

[ Top ]

method add_meta_content_style_type [line 80]

void add_meta_content_style_type( string $content_style_type)

add_meta_content_style_type()

Content-Style-Typeを記述したmetaタグを追加します。




Tags:

access:  public


Parameters:

string   $content_style_type   出力するContent-Style-Type文字列

[ Top ]

method add_meta_content_type [line 62]

void add_meta_content_type( string $content_type)

add_meta_content_type()

Content-Typtを記述したmetaタグを追加します。




Tags:

access:  public


Parameters:

string   $content_type   出力するContent-Type文字列

[ Top ]

method add_meta_copyright [line 137]

void add_meta_copyright( string $copyright)

add_meta_copyright()

Copyrightを記述したmetaタグを追加します。




Tags:

access:  public


Parameters:

string   $copyright   出力するCopyright文字列

[ Top ]

method add_meta_description [line 156]

void add_meta_description( string $description)

add_meta_description()

Descriptionを記述したmetaタグを追加します。




Tags:

access:  public


Parameters:

string   $description   出力するDescription文字列

[ Top ]

method add_meta_generator [line 212]

void add_meta_generator( )

add_meta_generator()

Generatorを記述したmetaタグを追加します。




Tags:

access:  public


[ Top ]

method add_meta_keywords [line 175]

void add_meta_keywords( string $keywords)

add_meta_keywords()

Keywordsを記述したmetaタグを追加します。




Tags:

access:  public


Parameters:

string   $keywords   出力するKeywords文字列

[ Top ]

method add_meta_robots [line 194]

void add_meta_robots( string $robots)

add_meta_robots()

Robotsを記述したmetaタグを追加します。




Tags:

access:  public


Parameters:

string   $robots   出力するRobots文字列

[ Top ]

method add_script [line 292]

void add_script( string $jspath, [string $mimetype = NULL], [ $language = NULL])

add_script()

scriptタグを追加します。(scriptタグのテキスト要素として記述)




Tags:

access:  public


Parameters:

string   $jspath   出力するスクリプトファイル名(ファイルシステムパス)文字列
string   $mimetype   出力するスクリプト言語の名前文字列
   $language  

[ Top ]

method add_script_inline [line 318]

void add_script_inline( string $jsurl, [string $mimetype = NULL], [string $language = NULL])

add_script_inline()

scriptタグを追加します。(インラインでスクリプト呼び出し)




Tags:

access:  public


Parameters:

string   $jsurl   出力するスクリプトURL文字列
string   $mimetype   出力するスクリプト言語のMIMEタイプ文字列
string   $language   出力するスクリプト言語の名前文字列

[ Top ]

method add_style [line 247]

void add_style( string $cssstr, [string $styletype = NULL])

add_style()

引数のCSS文字列内容のstyleタグを追加します。




Tags:

access:  public


Parameters:

string   $cssstr   出力するCSS文字列
string   $styletype   StyleType指定文字列

[ Top ]

method add_title [line 228]

void add_title( string $titlestr)

add_title()

titleタグを追加します。




Tags:

access:  public


Parameters:

string   $titlestr   出力するtitle文字列

[ Top ]

method print_htmltag [line 341]

void print_htmltag( )

print_htmltag()

htmlタグを出力します。




Tags:

access:  public


Overrides htf_tag_element::print_htmltag() (htmlタグをprint文で出力します。)

[ Top ]


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