Ferreteria/v0.5/@cls/cDropinLink

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | @cls
Revision as of 16:39, 14 July 2022 by Woozle (talk | contribs)
Jump to navigation Jump to search
Ferreteria class ferret\cDropinLink

caDynamicLink
tRequiresPermit

cDropinLink cDropinAction

Methods

events: general

  • OnRunCalculations() comes from tRequiresPermit
  • OnEventLocal(): if GetIsSelected() and GetIsAuthorized(), then InvokeFeature()
    • ...and also $oe->SetDoTwigs(FALSE), which is no longer supported and will generate an error if this code is actually run.

events: render

  • OnRender()
  • GetShouldDisplay() returns GetIsAuthorized()
  • RenderSelf() - this isn't a thing anymore; needs renaming/refactoring