Ferreteria/v0.5/layout/event
< Ferreteria | v0.5 | layout
Jump to navigation
Jump to search
About
The layout system provides classes to encapsulate the rendering of serial-text output, working from the most general output concepts down to specific HTML tags. It should be adaptable to other forms of markup.
The basic layout classes use the ferret\layout
namespace.
Methods
Events: general
Events: rendering
- OnRender():
public function OnRender(cEventNodeRender $oe) : void
- RenderOutput():
public function RenderOutput() : string
- RenderValue():
protected function RenderValue() : string
- RenderBranch():
protected function RenderBranch() : string
: - RenderTwigs():
protected function RenderTwigs() : string
- ShouldDoTwigs():
protected function ShouldDoTwigs() : bool