Ferreteria/v0.5/@cls/caNavElement
< Ferreteria | v0.5 | @cls
Jump to navigation
Jump to search
cElement → caNavElement → caLinkElement |
- Source: layout/nav/NavElem.php
Methods
rendering
public function OnRender(cEventNodeRender $oe) : void { $oe->Append($this->RenderOutput()); }
GetShouldDisplay()
returnsGetVisible()
.GetVisible()
probably comes from cElement (to be checked).RenderOutput()
:- if
GetShouldDisplay()
, then:RenderDisplay()
- else returns an empty string.
- if
RenderDisplay()
returnsRenderValue()
wrapped in a <li> tag.RenderValue()
comes from cElementRenderBranch()
comes from cElementRenderTwigs()
comes from cElement