Ferreteria/v0.5/@cls/tExecutableTwig/OnRender(): Difference between revisions

From Woozle Writes Code
Jump to navigation Jump to search
(Created page with "{{fmt/title|<code>ferret\{{l/ver/class|layout}}\tExecutableTwig->OnRender()</code>}} ==About== OnRender() fetches the locally-stored rendering ($this->{{l/same|Fetc...")
 
mNo edit summary
 
Line 1: Line 1:
{{fmt/title|<code>[[../|ferret]]\{{l/ver/class|layout}}\tExecutableTwig-&gt;OnRender()</code>}}
{{fmt/title|<code>[[../|ferret]]\{{l/ver/class|layout}}\tExecutableTwig-&gt;OnRender()</code>}}
==About==
==About==
OnRender() fetches the locally-stored rendering ($this->{{l/same|FetchRendered()}}) and appends it to the event's output ({{l/ver/class|caEvent}}->{{l/ver/class/method|caEvent|Append}}).
OnRender() fetches the locally-stored rendering ($this->{{l/same|FetchRendered}}()) and appends it to the event's output ({{l/ver/class|caEvent}}->{{l/ver/class/method|caEvent|Append}}).


'''system''': {{l/ver/meth|layout/event|OnRender}}
'''system''': {{l/ver/meth|layout/event|OnRender}}

Latest revision as of 22:30, 20 December 2022

ferret\layout\tExecutableTwig->OnRender()

About

OnRender() fetches the locally-stored rendering ($this->FetchRendered()) and appends it to the event's output (caEvent->Append).

system: OnRender()