Ferreteria/v0.5/@cls/tExecutableTwig
< Ferreteria | v0.5 | @cls
Jump to navigation
Jump to search
tExecutableTwig |
→ tExecutableTree |
- file: layout/elem/trait.php
Methods
events
OnEvent()
calls:OnEventLocal()
:DoLocalMethod()
figures out what method to call for the given caEvent object
dispatch
- OnFigure() actually gets involved with rendering
- OnRender() copies already-rendered output to the Event object
event handlers
protected function OnBuild(cEventNodeFigure $oe) : void {} // STUB
protected function OnFigure(cEventNodeFigure $oe) : void { $this->StoreRendered($this->RenderOutput()); }
protected function OnRender(cEventNodeRender $oe) : void { $oe->Append($this->FetchRendered()); }