Ferreteria/v0.5/@cls/caPageContent: Difference between revisions
< 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}} |