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 |
||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
→ ''F\layout\{{l/ver/class|caNavElement}}'' | → ''F\layout\{{l/ver/class|caNavElement}}'' | ||
→ '''F\layout\{{l/ver/class|caLinkElement}}'''<br> | → '''F\layout\{{l/ver/class|caLinkElement}}'''<br> | ||
→ ''F\layout\{{l/ver/class|caPageContent}}<br> | |||
→ ''F\layout\html\{{l/ver/class|caTag}}'' | → ''F\layout\html\{{l/ver/class|caTag}}'' | ||
→ ''F\layout\html\tag\{{l/ver/class|caClosable}}'' | → ''F\layout\html\tag\{{l/ver/class|caClosable}}'' | ||
Line 12: | Line 13: | ||
==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> |
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()