Loading Please wait...

bold Class Reference
[HTML helper.]

Represents the Bold tag. More...

Inheritance diagram for bold:

Inheritance graph
[legend]
Collaboration diagram for bold:

Collaboration graph
[legend]

Public Member Functions

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

Detailed Description

Represents the Bold tag.

Definition at line 484 of file dict.php.


Member Function Documentation

bold::open ( attr = null  ) 

Openes the <b> Tag.

Parameters:
$attr array
Returns:
string

Definition at line 491 of file dict.php.

References merge_attr().

00491                            {
00492     $ret = "<b ";
00493     $ret .= merge_attr($attr)." >";
00494     return $ret;
00495   }

Here is the call graph for this function:

bold::close (  ) 

Closes an opened tag.

Returns:
string

Reimplemented from HtmlTag.

Definition at line 501 of file dict.php.

00501                   {
00502     return "</b>";
00503   }


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

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