메소드 |
설명 |
|
_doctype ( ) : str |
Get the HTML DOCTYPE for this output |
|
_htmlFooter ( ) : str |
Build the HTML footer. |
|
_htmlHeader ( $title ) : str |
Build the HTML header. Includes doctype definition, and
sections, meta data and window title. |
|
_processInlineTags ( &$tag, $first = FALSE ) : str |
Convert inline tags into a string for outputting. |
|
_processTags ( &$tags ) : str |
Format tags for output. |
|
_shellFooter ( $path, $footer ) : str |
Build the HTML shell footer. Includes the end of the section, and
page footer. |
|
_shellHeader ( $path ) : str |
Build the HTML shell header. Includes beginning of the section,
and the page header. |
|
_write ( $path, $title, $shell, $footer = true ) |
Write the HTML page to disk using the given path. |
|
htmlWriter ( &$doclet ) |
Writer constructor. |
|