Ferreteria/v0.5/layout/event/onrender: Difference between revisions
< 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
- Form:
public function OnRender(cEventNodeRender $oe) : void
- Classes:
- tEventNodeRender: abstract
- caNavElement: $this->RenderOutput()
- caPageContent: stashed content + $this->RenderOutput() + value element from ArgPod
- cSectionHeader: $this->RenderTitle(), $this->RenderMenu()
- \cDropinLink: $this->AddPageRendering() - expect this to change (2022-07-13)
- login\caWidget: specialized output process