Ferreteria/v0.5/layout/event/renderbranch
< Ferreteria | v0.5 | layout | event
Jump to navigation
Jump to search
layout system:
RenderBranch() method |
F\layout\cElement → F\layout\cNavElement → F\layout\caLinkElement → F\layout\cMenuFolder → F\layout\emerald\cNavbar |
Specs
- Form:
protected function RenderBranch() : string
:
Definitions
- F\layout\cElement
if ($this->ShouldDoTwigs()) {
return $this->RenderTwigs();
} else {
return '';
}
- F\layout\emerald\cNavbar:
$sSub = $this->RenderTwigs();
$sOut = "\n<ul class=dropin-menu>$sSub\n</ul>";
return $sOut;