Loading Please wait...

HtmlTag Class Reference
[HTML helper.]

Parent class of all Html Tag Classes. More...

Inheritance diagram for HtmlTag:

Inheritance graph
[legend]
Collaboration diagram for HtmlTag:

Collaboration graph
[legend]

Public Member Functions

 open ()
 a HTML Tag Class must implement this operation if its a pair tag
 close ()
 a HTML Tag Class must implement this operation if its a pair tag
 br ($n=0)
 alias of brk()
 nbsp ($n=0)
 alias of spc()
 image ($src, $name=null, $attr=null)
 alias of image()

Detailed Description

Parent class of all Html Tag Classes.

Definition at line 37 of file dict.php.


Member Function Documentation

HtmlTag::open (  ) 

a HTML Tag Class must implement this operation if its a pair tag

Definition at line 42 of file dict.php.

References perror().

00042                  {
00043     perror('<code>zigmoyd.helper.html</code><br />either the HTML Tag Class you are using doesn\'t have a open() operation (e.g. a standalone Tag) or it hasn\'t implemented the HtmlTag Properly.');
00044   }

Here is the call graph for this function:

HtmlTag::close (  ) 

a HTML Tag Class must implement this operation if its a pair tag

Reimplemented in font, span, label, form, bold, italics, and underline.

Definition at line 49 of file dict.php.

References perror().

00049                   {
00050     perror('<code>zigmoyd.helper.html</code><br />either the HTML Tag Class you are using doesn\'t have a close() operation (e.g. a standalone Tag) or it hasn\'t implemented the HtmlTag Properly.');
00051   }

Here is the call graph for this function:

HtmlTag::br ( n = 0  ) 

alias of brk()

Parameters:
$n int
Returns:
string

Definition at line 58 of file dict.php.

References brk().

00058                    {
00059     return brk($n);
00060   }

Here is the call graph for this function:

HtmlTag::nbsp ( n = 0  ) 

alias of spc()

Parameters:
$n int
Returns:
string

Definition at line 67 of file dict.php.

References spc().

00067                      {
00068     return spc($n);
00069   }

Here is the call graph for this function:

HtmlTag::image ( src,
name = null,
attr = null 
)

alias of image()

Parameters:
$srcPath string
$name string Optinal
$attr array Optinal
Returns:
string

Definition at line 78 of file dict.php.

00078                                                   {
00079     return image($src, $name, $attr);
00080   }


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