Loading Please wait...

italics Class Reference
[HTML helper.]

Represents the Italics tag. More...

Inheritance diagram for italics:

Inheritance graph
[legend]
Collaboration diagram for italics:

Collaboration graph
[legend]

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 ( attr = null  ) 

Openes the Tag.

Parameters:
$attr array
Returns:
string

Definition at line 516 of file dict.php.

References merge_attr().

00516                            {
00517     $ret = "<i ";
00518     $ret .= merge_attr($attr)." >";
00519     return $ret;
00520   }

Here is the call graph for this function:

italics::close (  ) 

Closes an opened tag.

Returns:
string

Reimplemented from HtmlTag.

Definition at line 526 of file dict.php.

00526                   {
00527     return "</i>";
00528   }


The documentation for this class was generated from the following file:

Generated on Mon Oct 27 23:53:06 2008 for zigmoyd.kdevelop by doxygen 1.5.6