Ferreteria/v0.6/fx/OASavedInput

From WoozleCodes
Jump to navigation Jump to search

About

  • Defined in Sys\Events\InputRq
  • Purpose: retains a snapshot of what the values are at any given point in the command-line (call this the "term-applicable data" OSLT) as it processes the command
    • Action-requests should get their values from this rather than from OAUserInput(), which represents the state of the input after the final command-term (generally not used under Futilities syntax conventions).

Usage

clade define? implement call notes
Sys\Events\InputRq yes return $this->oaDataSnap; $this->oaDataSnap is set from $this->OAUserInput() by $this->SaveInputState()