Ferreteria/v0.5/@cls/tExecutableTwig/OnBuild()

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | @cls‎ | tExecutableTwig
Revision as of 15:32, 2 December 2022 by Woozle (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
ferret\layout\tExecutableTwig->OnBuild()

About

This is a stub function, so DoLocalMethod() can call it without first checking if it exists and so podling classes can always call parent::OnBuild().

System: OnBuild()

History

  • 2022-12-02 Reinstated (as part of folding all the different event-handler traits back into tExecutable[Twig/Tree], to simplify the code and make it easier to understand.
  • 2022-11-29 Removed because we no longer need to define any given event-method until we plan to actually do something with it.