Ferreteria/v0.6/fx/ReadInput

From Woozle Writes Code
< Ferreteria‎ | v0.6‎ | fx
Revision as of 17:49, 18 November 2025 by Woozle (talk | contribs) (Created page with "{{page/fx}} ==About== * '''Purpose''': read & interpret any user input (CLI or web) which came with the startup request * '''Definition''' in <code>{{l/ver/clade/full|Sys\Routing|Kiosk}}</code>: {{fmt/php/inline|public function ReadInput()}} ==Usage== {| class="wikitable sortable" ! clade || define || implement || call || notes {{!-!}} <code>{{l/ver/clade/full|Sys\Routing|Kiosk}}</code> || {{l/ver/clade/fx|Sys\Routing|Kiosk|ReadInput|page}} {{!-!}} <code>{{l/ver/clade/f...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

About

  • Purpose: read & interpret any user input (CLI or web) which came with the startup request
  • Definition in Sys\Routing\Kiosk: public function ReadInput()

Usage

clade define implement call notes
Sys\Routing\Kiosk page
App\Routed ReadUserCommand()

Implemented by applications: Futilities, VbzCart