Property | Type | Description | |
---|---|---|---|
$_depth | integer | The directory structure depth. Used to calculate relative paths. | |
$_doclet | doclet | The doclet that created this object. | |
$_id | str | The id attribute value, used for selecting style. | |
$_output | str | The output body. | |
$_sections | str[][] | The section titles to place in the header and footer. |
Method | Description | |
---|---|---|
_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. |
public _htmlHeader ( $title ) : str | ||
return | str |
public _processInlineTags ( &$tag, $first = FALSE ) : str | ||
return | str | The string representation of the elements doc tags |
public _processTags ( &$tags ) : str | ||
return | str | The string representation of the elements doc tags |
public _shellHeader ( $path ) : str | ||
return | str |
public _write ( $path, $title, $shell, $footer = true ) |
public int $_depth | ||
return | integer |
public doclet $_doclet | ||
return | doclet |
public str $_id | ||
return | str |