Ferreteria/v0.6/fx/OASavedInput
|
fx:
OASavedInput() |
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).
- Action-requests should get their values from this rather than from
Usage
| clade | define? | implement | call | notes |
|---|---|---|---|---|
Sys\Events\InputRq |
yes | return $this->oaDataSnap; |
$this->oaDataSnap is set from $this->OAUserInput() by $this->SaveInputState()
|