Ferreteria/v0.5/layout/event/rendervalue: Difference between revisions
< Ferreteria | v0.5 | layout | event
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
==Specs== | ==Specs== | ||
* Form: <syntaxhighlight lang=php inline>protected function RenderValue() : string</syntaxhighlight> | * Form: <syntaxhighlight lang=php inline>protected function RenderValue() : string</syntaxhighlight> | ||
==Purpose== | |||
Returns the element's contents, including (in subclasses) the output of any twigs it may contain. | |||
==Definitions== | ==Definitions== | ||
* {{l/ver/class|cElement}}: <syntaxhighlight lang=php inline>$this->RenderBranch()</syntaxhighlight> | * {{l/ver/class|cElement}}: <syntaxhighlight lang=php inline>$this->RenderBranch()</syntaxhighlight> | ||
* {{l/ver/class|caLinkElement}}: <syntaxhighlight lang=php inline>$this->RenderLink()</syntaxhighlight> | * {{l/ver/class|caLinkElement}}: <syntaxhighlight lang=php inline>$this->RenderLink()</syntaxhighlight> | ||
* F\layout\html\tag\{{l/ver/class|cTitle}}: <syntaxhighlight lang=php inline>$this->GetArgPod()->Value()->GetItNz()</syntaxhighlight> | * F\layout\html\tag\{{l/ver/class|cTitle}}: <syntaxhighlight lang=php inline>$this->GetArgPod()->Value()->GetItNz()</syntaxhighlight> |
Revision as of 21:24, 18 July 2022
layout/event subsystem:
RenderValue() method |
F\layout\cElement |
→ F\layout\caNavElement
→ F\layout\caLinkElement |
Specs
- Form:
protected function RenderValue() : string
Purpose
Returns the element's contents, including (in subclasses) the output of any twigs it may contain.
Definitions
- cElement:
$this->RenderBranch()
- caLinkElement:
$this->RenderLink()
- F\layout\html\tag\cTitle:
$this->GetArgPod()->Value()->GetItNz()