Ferreteria/v0.5/@cls/caNavElement

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | @cls
Revision as of 15:58, 12 July 2022 by Woozle (talk | contribs)
Jump to navigation Jump to search
Ferreteria class ferret\layout\caNavElement
cElementcaNavElementcaLinkElement

Methods

rendering

  • public function OnRender(cEventNodeRender $oe) : void { $oe->Append($this->RenderOutput()); }
  • GetShouldDisplay() returns GetVisible().
  • GetVisible() probably comes from cElement (to be checked).
  • RenderOutput():
    • if GetShouldDisplay(), then:
      • RenderDisplay()
      • else returns an empty string.
  • RenderDisplay() returns RenderValue() wrapped in a <li> tag.
  • RenderValue() comes from cElement
  • RenderBranch() comes from cElement
  • RenderTwigs() comes from cElement