Ferreteria/v0.5/@cls/tExecutableTree: Difference between revisions
< Ferreteria | v0.5 | @cls
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
===events=== | ===events=== | ||
* {{l/ver/meth|layout/event|OnEvent}} calls the following, though the exact order has changed: | * {{l/ver/meth|layout/event|OnEvent}} calls the following, though the exact order has changed: | ||
** ShouldDoTwigs | ** if {{l/ver/meth|layout/event|ShouldDoTwigs}}, then {{l/ver/meth|layout/event|DoEventTwigs}} | ||
** | ** {{l/ver/meth|layout/event|OnEventLocal}} | ||
* {{l/ver/meth|layout/event|DoEventTwigs}} is implemented as you might expect. | * {{l/ver/meth|layout/event|DoEventTwigs}} is implemented as you might expect. | ||
* {{l/ver/meth|layout/event|OnEventLocal}} comes from {{l/ver/class|tExecutableTwig}} | * {{l/ver/meth|layout/event|OnEventLocal}} comes from {{l/ver/class|tExecutableTwig}} | ||
====rendering==== | ====rendering==== | ||
No rendering-specific methods are specified here, so there aren't any defined at this point. | No rendering-specific methods are specified here, so there aren't any defined at this point. |
Revision as of 00:25, 23 July 2022
tExecutableTwig → | tExecutableTree | → cElement |
- file: layout/elem/trait.php
About
This trait is typically used together with tExecutableTree but does not descend from it.
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.