Ferreteria/v0.5/@cls/tEventNodeRender: Difference between revisions

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | @cls
Jump to navigation Jump to search
(Created page with "{{fmt/title|Ferreteria trait <code>ferret\tEventNodeRender</code>}} {| style="border: solid 1px grey; background: #eef;" |- | {{l/ver/class|tEventNodeRender}} |} This...")
 
No edit summary
Line 9: Line 9:
==Specs==
==Specs==
* Source: {{l/ferreteria/code|layout/elem/event.php}}
* Source: {{l/ferreteria/code|layout/elem/event.php}}
==Method: Rendering==
* <syntaxhighlight lang=php inline>abstract public function OnRender(cEventNodeRender $oe) : void;</syntaxhighlight>

Revision as of 00:35, 16 July 2022

Ferreteria trait ferret\tEventNodeRender
tEventNodeRender

This trait is not in use anywhere as of this writing.

About

The idea for this family of traits (tEventNodeBuild, tEventNodeFigure, and tEventNodeRender) is to create a standard model for classes to use when receiving their corresponding events (cEventNodeBuild, cEventNodeFigure, and cEventNodeRender).

Specs

Method: Rendering

  • abstract public function OnRender(cEventNodeRender $oe) : void;