Template::customization - jcobban/Genealogy GitHub Wiki

$template->customization()

Up: class Template

The constructor calls a method customization which can be redefined by derived classes to implement site specific functionality during construction. At the point where this is called only basic initialization has been performed. In particular do not take any action which depends upon the existence of the DOM as that cannot be constructed until after all of the calls to $template->includeSub have been made.

Next: $template->open($filename)