Formatting output Plese Wait...
italics Class Reference
[HTML helper.]
Represents the Italics tag.
More...
|
Public Member Functions |
| open ($attr=null) |
| Openes the Tag.
|
| close () |
| Closes an opened tag.
|
Detailed Description
Represents the Italics tag.
Definition at line 509 of file dict.php.
Member Function Documentation
italics::open( array $attr = null
)
Openes the Tag.
- Parameters:
-
- Returns:
- string
Definition at line 516 of file dict.php.
References merge_attr().
Show Source00516 {
00517 $ret = "<i ";
00518 $ret .= merge_attr($attr)." >";
00519 return $ret;
00520 }
Top
Closes an opened tag.
- Returns:
- string
Reimplemented from HtmlTag.
Definition at line 526 of file dict.php.
Show Source00526 {
00527 return "</i>";
00528 }
Top
The documentation for this class was generated from the following file: