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

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | @cls
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
|}
|}
* '''File''': {{l/ferreteria/code|layout/page/html/tag/1.php}}
* '''File''': {{l/ferreteria/code|layout/page/html/tag/1.php}}
==Methods==
===rendering===
* <code>OnRender()</code>:
** <syntaxhighlight lang=php inline>public function OnRender(F\evint\caEvent $oe) : void { $oe->Append($this->RenderOutput()); }</syntaxhighlight>
* <code>RenderOutput()</code> comes from {{l/ver/class|cElement}}
* <code>RenderValue()</code> comes from {{l/ver/class|cElement}}
* <code>RenderTwigs()</code> comes from {{l/ver/class|cElement}}

Revision as of 00:38, 8 July 2022

Ferreteria class ferret\layout\html\caTag
cElement caTag

→ * \ tag \ caClosable
→ * \ tag \ caUnclosed

Methods

rendering

  • OnRender():
    • public function OnRender(F\evint\caEvent $oe) : void { $oe->Append($this->RenderOutput()); }
  • RenderOutput() comes from cElement
  • RenderValue() comes from cElement
  • RenderTwigs() comes from cElement