Gets or sets an array of PreRender event handlers.
public function &getPreRender() { } public function setPreRender($value) { }
Type: array
The string containing the name of PreRender event handler or an array of handler names.
This event fires before the writeHtml() or getHtml() method is executed.