Template::displayEnd - jcobban/Genealogy GitHub Wiki
$template->displayEnd()
Up: class Template
This method is called after the template has been completely processed and is ready to be displayed to the end user.
The base implementation checks to see if any diagnostic trace information has been collected during the execution of the template engine, and if it has, inserts that trace output into the end of the <main> tag of the page body if possible, otherwise just before the last close tag.
Classes derived from Template may override or extend this base functionality.