Ferreteria/v0.5/@cls/tExecutableTree
< Ferreteria | v0.5 | @cls
Jump to navigation
Jump to search
tExecutableTwig → | tExecutableTree | → cElement |
- file: layout/elem/trait.php
Methods
events
final public function OnEvent(caEvent $oe) : void { /* ... */ }
$this->OnEventLocal($oe);
if ($this->ShouldDoTwigs())
, then:$this->DoEventTwigs($oe);
OnEventLocal()
comes from tExecutableTwig
rendering
No rendering-specific methods are specified here, so there aren't any defined at this point.