

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() | |
Definition at line 37 of file dict.php.
| 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 }

| 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 }

| HtmlTag::br | ( | $ | n = 0 |
) |
| HtmlTag::nbsp | ( | $ | n = 0 |
) |
| HtmlTag::image | ( | $ | src, | |
| $ | name = null, |
|||
| $ | attr = null | |||
| ) |
1.5.6