Ferreteria/v0.5/layout/event/onrender: Difference between revisions

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | layout‎ | event
Jump to navigation Jump to search
(Created page with "* Form: <syntaxhighlight lang=php inline>public function OnRender(cEventNodeRender $oe) : void</syntaxhighlight> * Classes: ** {{l/ver/class|tEventNodeRender}}: abstract ** {{...")
 
No edit summary
Line 1: Line 1:
==About==
This method is called by objects of the {{l/ver/class|cEventNodeRender}} class.
==Specs==
* Form: <syntaxhighlight lang=php inline>public function OnRender(cEventNodeRender $oe) : void</syntaxhighlight>
* Form: <syntaxhighlight lang=php inline>public function OnRender(cEventNodeRender $oe) : void</syntaxhighlight>
* Classes:
* Classes:

Revision as of 21:21, 13 July 2022

About

This method is called by objects of the cEventNodeRender class.

Specs