Ferreteria/v0.6/fx/ParseInputArgs: Difference between revisions

From Woozle Writes Code
< 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}}
Required by:
==About==
* {{l/ver/clade/full|p=ferreteria|Sys\Events|InputRq}}
* '''Definition''': {{fmt/php/inline|public function ParseInputArgs(array $arArgs)}}
Cemented by:
** <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)
* {{l/ver/clade/full|p=ferreteria|Sys\Events\InputRq|Setting}}: re-stubbed
** By default, these aren't retained since their meaning is action-dependent. Podlings can override this.
* [[Futilities]]:
==Usage==
** {{l/ver/clade/full|p=futilities|Sys\dba|InReq}}
{| class="wikitable sortable"
** {{l/ver/clade/full|p=futilities|Sys\dba\InReq|DoExport}}: re-stubbed
! clade || usage || called from || notes
** {{l/ver/clade/full|p=futilities|Sys\dba\InReq|DoImport}}: override
{{!-!}} <code>{{l/ver/clade/full|p=ferreteria|Sys\Events|InputRq}}</code> || call, re-stub || <code>[[../WithItemPiece/]]()</code>
** {{l/ver/clade/full|p=futilities|Sys\dba\InReq\infmts|DbStuff}}
|}
Also used by {{l/ver/fx|p=futilities|{{SUBPAGENAME}}|The Futilities}}.

Latest revision as of 19:51, 16 November 2025

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.