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

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | @cls
Jump to navigation Jump to search
(Created page with "{{fmt/title|class <code>ferret\{{l/ver/class|layout}}\caPageContent</code>}} {| style="border: solid 1px grey; background: #eef;" |- | {{l/ver/class|cElement}} →...")
 
No edit summary
Line 6: Line 6:
|}
|}
* '''Source''': {{l/ferreteria/code|layout/page/content.php}}
* '''Source''': {{l/ferreteria/code|layout/page/content.php}}
==Methods==
===rendering===
* <code>OnRender()</code> (new):
** Appends the following to the output:
*** RetrieveStashed() -- the stashed content
*** RenderTwigs()
*** Value() element of ArgPod
* <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 14:49, 8 July 2022

class ferret\layout\caPageContent
cElement caPageContent

Methods

rendering

  • OnRender() (new):
    • Appends the following to the output:
      • RetrieveStashed() -- the stashed content
      • RenderTwigs()
      • Value() element of ArgPod
  • RenderOutput() comes from cElement
  • RenderValue() comes from cElement
  • RenderTwigs() comes from cElement