Template::display - jcobban/Genealogy GitHub Wiki

$template->display()

Up: class Template

This method is called to write the completed document to standard output. This calls $template‑>compile and sends the returned string to the standard output stream.

It returns a string containing the completed document.

Next: $template->displayBegin()