Ferreteria/v0.5/layout/event/onrender

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | layout‎ | event
Revision as of 21:48, 13 July 2022 by Woozle (talk | contribs)
Jump to navigation Jump to search
layout system: OnRender() method

About

This method is called by objects of the cEventNodeRender class. Its job is to funnel the object's output (typically from RenderOutput()) into the given Event object ($oe) via $oe->Append().

Specs