Loading Please wait...

underline Class Reference
[HTML helper.]

Represents the underline tag. More...

Inheritance diagram for underline:

Inheritance graph
[legend]
Collaboration diagram for underline:

Collaboration graph
[legend]

Public Member Functions

 open ($attr=null)
 Openes the <u> Tag.
 close ()
 Closes an opened <u> tag.

Detailed Description

Represents the underline tag.

Definition at line 534 of file dict.php.


Member Function Documentation

underline::open ( attr = null  ) 

Openes the <u> Tag.

Parameters:
$attr array
Returns:
string

Definition at line 541 of file dict.php.

References merge_attr().

00541                            {
00542     $ret = "<u ";
00543     $ret .= merge_attr($attr)." >";
00544     return $ret;
00545   }

Here is the call graph for this function:

underline::close (  ) 

Closes an opened <u> tag.

Returns:
string

Reimplemented from HtmlTag.

Definition at line 551 of file dict.php.

00551                   {
00552     return "</u>";
00553   }


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

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