Ferreteria/v0.5/@cls/tExecutableTree

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | @cls
Revision as of 16:56, 12 July 2022 by Woozle (talk | contribs)
Jump to navigation Jump to search
Ferreteria trait ferret\layout\tExecutableTree
tExecutableTwig tExecutableTree cElement

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.