Ferreteria/v0.5/@cls/caPageContent: Difference between revisions
< Ferreteria | v0.5 | @cls
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
* '''Source''': {{l/ferreteria/code|layout/page/content.php}} | * '''Source''': {{l/ferreteria/code|layout/page/content.php}} | ||
==Methods== | ==Methods== | ||
===rendering=== | ===composition (input)=== | ||
* {{l/sub|AddText()}}: called to add text to the content-output buffer | |||
===rendering (output)=== | |||
* <code>OnRender()</code> (new): | * <code>OnRender()</code> (new): | ||
** Appends the following to the output: | ** Appends the following to the output: |
Revision as of 20:10, 3 December 2022
cElement → | caPageContent |
- Source: layout/page/content.php
Methods
composition (input)
- AddText(): called to add text to the content-output buffer