Source for file htf_tag_td.phl
Documentation is available at htf_tag_td.phl
* @package HtmlTemplateFramework
* @subpackage htmltagbase
* @author Yamauchi Shogo <htf@as-prj.com>
* @version $Id: htf_tag_td.phl ,v 1.0 $
require_once("htf_com_define.inc"); //共通定数
require_once("htf_com_func.inc"); //共通関数
require_once("htf_tag_element.phl"); //エレメントクラス
* htmlのtdタグを保有し、保有している内容でhtmlのtdタグ記述を生成します。
* @author Yamauchi Shogo <htf@as-prj.com>
* 引数の大文字小文字出力指定を参照し、htf_tag_tdを生成します。
* @param int $strelement_case 大文字・小文字出力(デフォルトは小文字)
function htf_tag_td($strelement_case= HTF_CASE_LOWER) {
|