Futilities/v0.6/clade/Sys/dba/InReq
< Futilities | v0.6 | clade | Sys | dba
Jump to navigation
Jump to search
| Clade Family | ||
|---|---|---|
| → InReq |
→ DoExport | |
Purpose
Each object encapsulates a given input (request) term. Podling-clades will implement actions and provide functions to access needed values from the input, which is encapsulated by a cInRqData object which can be retrieved from the OA{..}Input() functions.
Doing Stuff
- To access input arguments, get an appropriate cInRqData object:
$this->OAThisInput()returns the values for just the current request term (used in e.g. Describe()) (THAT WAS THE THEORY, NOT SURE THIS IS CORRECT)static::OAKeptInput()returns the latest set values across all terms (used for doing actions)