Futilities/v0.6/clade/Sys/dba/InReq: Difference between revisions
< Futilities | v0.6 | clade | Sys | dba
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 21: | Line 21: | ||
==Doing Stuff== | ==Doing Stuff== | ||
* To access input arguments, get an appropriate c{{l/ver/clade|Sys\dba|InRqData}} object: | * To access input arguments, get an appropriate c{{l/ver/clade|Sys\dba|InRqData}} object: | ||
** {{fmt/php/inline|$this-> | ** {{fmt/php/inline|$this->OAUserInput()}} returns the raw values (split but not parsed) for each term in the user input | ||
Revision as of 21:30, 8 August 2025
| 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->OAUserInput()returns the raw values (split but not parsed) for each term in the user input