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