Futilities/v0.6/clade/Sys/dba/InReq: Difference between revisions

From Woozle Writes Code
< Futilities‎ | v0.6‎ | clade‎ | Sys‎ | dba
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
| align=right |
| align=right |
{{l/ver/clade|Sys\dba\InReq\infmts|DbStuff}}<br>
{{l/ver/clade|Sys\dba\InReq\infmts|DbStuff}}<br>
{{l/ver/clade|p=Ferreteria|Sys\Events\InputRq|Settable}}
[WFe]{{l/ver/clade|p=Ferreteria|Sys\Events\InputRq|Settable}}
| &rarr; '''InReq'''
| &rarr; '''InReq'''
|  
|  

Revision as of 12:59, 2 August 2025

clade: Sys\dba\InReq
Clade Relations

DbStuff
[WFe]Settable

InReq

DoExport
DoImport
DoList
DoSetup
DoImport
DoTest
SetFile
SetFolder
Value

Purpose

Each object encapsulates a given input (request) term (its name, type, and value(s) if any).

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)