htf_tag_element | --htf_frm_headtag_element
htfフレーム情報のheadconfigで指定した内容をタグオブジェクトとして保持します。 htf_frm_headconfigクラスから呼び出すヘルパークラスとして使用されます。
void htf_frm_headtag_element( string $addheader)
htf_frm_headtag_elementを生成します。
void add_link( string $cssfname)
linkタグを追加します。
void add_meta_author( string $author)
Authorを記述したmetaタグを追加します。
void add_meta_content_script_type( string $content_script_type)
Content-Script-Typeを記述したmetaタグを追加します。
void add_meta_content_style_type( string $content_style_type)
Content-Style-Typeを記述したmetaタグを追加します。
void add_meta_content_type( string $content_type)
Content-Typtを記述したmetaタグを追加します。
void add_meta_copyright( string $copyright)
Copyrightを記述したmetaタグを追加します。
void add_meta_description( string $description)
Descriptionを記述したmetaタグを追加します。
void add_meta_generator( )
Generatorを記述したmetaタグを追加します。
void add_meta_keywords( string $keywords)
Keywordsを記述したmetaタグを追加します。
void add_meta_robots( string $robots)
Robotsを記述したmetaタグを追加します。
void add_script( string $jspath, [string $mimetype = NULL], [ $language = NULL])
scriptタグを追加します。(scriptタグのテキスト要素として記述)
void add_script_inline( string $jsurl, [string $mimetype = NULL], [string $language = NULL])
scriptタグを追加します。(インラインでスクリプト呼び出し)
void add_style( string $cssstr, [string $styletype = NULL])
引数のCSS文字列内容のstyleタグを追加します。
void add_title( string $titlestr)
titleタグを追加します。
void print_htmltag( )
htmlタグを出力します。