Ferreteria/v0.6/clade/IO/O/View/@code/2025/02/20
Jump to navigation
Jump to search
| 2025/02/19 | 2025/02/20 | 2025/02/21 |
Commented out 2025-02-20 with "Elements() isn't defined here. Hiding this until I figure out where it's appropriate to put it.":
#
// CEMENT: Element
public function Render() : string {
$ar = $this->Elements();
$sOut = $this->RenderBefore();
foreach ($ar as $oElem) {
$sOut .= $this->RenderElement($oElem);
}
$sOut .= $this->RenderAfter();
return $sOut;
}