Ferreteria/v0.5/@cls/cDropinLink

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

caDynamicLink
tRequiresPermit

cDropinLink cDropinAction

About

Each DropinLink object connects to a Feature object. It uses the OnRunCalculations() method in tRequiresPermit to calculate whether or not the current user has permission to access that Feature, and sets SetIsAuthorized() accordingly. GetIsAuthorized() returns the value of that flag.

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