PHP Class FrameOutputWriter

Inheritance: extends HTMLWriter
Show file Open project: peej/phpdoctor

Public Methods

Method Description
_doctype ( ) : str Get the HTML DOCTYPE for this output
frameOutputWriter ( &$doclet ) Build the HTML frameset.

Method Details

_doctype() public method

Get the HTML DOCTYPE for this output
public _doctype ( ) : str
return str

frameOutputWriter() public method

Build the HTML frameset.
public frameOutputWriter ( &$doclet )