Ferreteria/v0.5/layout/event/rendervalue: Difference between revisions
< Ferreteria | v0.5 | layout | event
Jump to navigation
Jump to search
(Created page with "{{fmt/title|'''layout''' system: <code>RenderValue()</code> method}} ==Specs== * Form: <syntaxhighlight lang=php inline>protected function RenderValue() : string</syn...") |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{fmt/title|'''[[../|layout]]''' | {{fmt/title|'''[[../|layout/event]]''' subsystem: <code>RenderValue()</code> method}} | ||
{| style="border: solid 1px grey; background: #eef;" | |||
|- | |||
| '''F\layout\{{l/ver/class|cElement}}''' | |||
| | |||
→ ''F\layout\{{l/ver/class|caNavElement}}'' | |||
→ '''F\layout\{{l/ver/class|caLinkElement}}'''<br> | |||
→ ''F\layout\{{l/ver/class|caPageContent}}<br> | |||
→ ''F\layout\html\{{l/ver/class|caTag}}'' | |||
→ ''F\layout\html\tag\{{l/ver/class|caClosable}}'' | |||
→ '''F\layout\html\tag\{{l/ver/class|cTitle}}''' | |||
|} | |||
==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== | |||
* {{l/ver/class|cElement}}: <syntaxhighlight lang=php inline>$this->RenderBranch()</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> |
Latest revision as of 15:54, 18 September 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()