Public Member Functions | |
__construct ($html="", $type=self::HTML_PLAIN) | |
Creates a new html container. |
TKXML is described elsewhere.
string
: HTML or TKXML content int
: either TKHTML::HTML_PLAIN or TKHTML::HTML_TK
TKHTML::__construct | ( | $ | html = "" , |
|
$ | type = self::HTML_PLAIN | |||
) |
Creates a new html container.
$html | [string]: HTML or TKXML for this object | |
$type | [int]: either TKHTML::HTML_PLAIN for plain HTML or TKHTML::HTML_TK for TKXML |