Ferreteria/v0.6/fx/ParseInputArgs: Difference between revisions
< Ferreteria | v0.6 | fx
Jump to navigation
Jump to search
(Created page with "{{page/fx}} Required by: * {{l/ver/clade/full|p=ferreteria|Sys\Events|InputRq}} Cemented by: * {{l/ver/clade/full|p=ferreteria|Sys\Events\InputRq|Setting}}: re-stubbed * Futilities: ** {{l/ver/clade/full|p=futilities|Sys\dba|InReq}} ** {{l/ver/clade/full|p=futilities|Sys\dba\InReq|DoExport}}: re-stubbed ** {{l/ver/clade/full|p=futilities|Sys\dba\InReq|DoImport}}: override ** {{l/ver/clade/full|p=futilities|Sys\dba\InReq\infmts|DbStuff}}") |
No edit summary |
||
| Line 1: | Line 1: | ||
{{page/fx}} | {{page/fx}} | ||
==About== | |||
* {{ | * '''Definition''': {{fmt/php/inline|public function ParseInputArgs(array $arArgs)}} | ||
** <code>$arArgs</code> = number-based array of additional values (if any) (e.g. for "cmd:stuff:things:more", $arArgs will be [0]=>"things", [1]=>"more) | |||
* | ** By default, these aren't retained since their meaning is action-dependent. Podlings can override this. | ||
==Usage== | |||
** { | {| class="wikitable sortable" | ||
! clade || usage || called from || notes | |||
{{!-!}} <code>{{l/ver/clade/full|p=ferreteria|Sys\Events|InputRq}}</code> || call, re-stub || <code>[[../WithItemPiece/]]()</code> | |||
|} | |||
Also used by {{l/ver/fx|p=futilities|{{SUBPAGENAME}}|The Futilities}}. | |||
Latest revision as of 19:51, 16 November 2025
|
fx:
ParseInputArgs() |
About
- Definition:
public function ParseInputArgs(array $arArgs)$arArgs= number-based array of additional values (if any) (e.g. for "cmd:stuff:things:more", $arArgs will be [0]=>"things", [1]=>"more)- By default, these aren't retained since their meaning is action-dependent. Podlings can override this.
Usage
| clade | usage | called from | notes |
|---|---|---|---|
Sys\Events\InputRq |
call, re-stub | WithItemPiece()
|
Also used by The Futilities.