Main Html Format Class
This class is extended from various Html Sylar Classes and collect common method uses to formato HTML source
Located in /sylar/classes/presentation/html/Html.php (line 41)
Sylar_Format | --Sylar_Html
Class | Description |
---|---|
![]() |
Html Head |
![]() |
Html Body Element |
![]() |
Html Page Format |
![]() |
Html DIV |
Fill Html Attributes in Tag It generate the HTML tag $sTagStart with all attributes secified in the array $aAttributes The array is formatted like Key=>Value, Key is the attribute name and Value is the value of attribute.
It ignores all null data contained in the attributes array.
For example: $sTagStart = "div"; $aAttributes = array("id"=>"My_ID", "class"=>"My_CSS_Class");
calling the method: fillTagAttributes($sTagStart, $aAttributes) it returns a string thath contain: <div id="My_ID" class="My_CSS_Class">
Inherited From Sylar_Format
Sylar_Format::__construct()
Sylar_Format::__destruct()
Documentation generated on Thu, 24 Apr 2008 16:14:14 +0200 by phpDocumentor 1.3.0RC3