Ferreteria/v0.5/@cls/cKiosk admin

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | @cls
Jump to navigation Jump to search
class menu\cKiosk_admin
  • namespace: menu
  • source: menu/kiosk.php
  • purpose: a cKiosk that has to do its own figuring to separate out the path data from the full URL

Methods

access function name code (if short) purpose
public GetInputObject() : cArgs
protected MakeInputObject() : cArgs

Usage

  • fcDisplayForm::ReadFromPath() (forms/display/display-form.php) calls GetInputObject()
    • This is probably obsolete.
  • caWidget
    • ::Input_PathRequest() calls GetInputObject()->Cell(self::ksACTION_KEY)
  • fcHeaderChoiceGroup::GetChoiceValue() calls GetInputObject()
    • This is probably obsolete.
  • cPage::OnFigure() calls GetInputObject(), but then does nothing with it. ???

History

  • 2019-06-16 making SetPath() protected, because we seem to be getting in trouble by stacking and re-stacking paths on the same object; need to prevent that.