Ferreteria/v0.5/@cls/tExecutableTree: Difference between revisions
< Ferreteria | v0.5 | @cls
Jump to navigation
Jump to search
No edit summary |
(correction) |
||
Line 8: | Line 8: | ||
* '''file''': {{l/ferreteria/code|layout/elem/trait.php}} | * '''file''': {{l/ferreteria/code|layout/elem/trait.php}} | ||
==About== | ==About== | ||
This trait | This trait extends {{l/ver/class|tExecutableTwig}} by dispatching events to sub-twigs. | ||
==Methods== | ==Methods== | ||
===events=== | ===events=== |
Revision as of 16:10, 29 November 2022
tExecutableTwig → | tExecutableTree | → cElement |
- file: layout/elem/trait.php
About
This trait extends tExecutableTwig by dispatching events to sub-twigs.
Methods
events
- OnEvent() calls the following, though the exact order has changed:
- if ShouldDoTwigs(), then DoEventTwigs()
- OnEventLocal()
- DoEventTwigs() is implemented as you might expect.
- OnEventLocal() comes from tExecutableTwig
rendering
No rendering-specific methods are specified here, so there aren't any defined at this point.