Ferreteria/v0.5/@cls/caPageContent

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | @cls
Revision as of 20:10, 3 December 2022 by Woozle (talk | contribs)
Jump to navigation Jump to search
class ferret\layout\caPageContent
cElement caPageContent

Methods

composition (input)

  • AddText(): called to add text to the content-output buffer

rendering (output)

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