Ferreteria/v0.6/clade/Sys/Events/InputRq: Difference between revisions
< Ferreteria | v0.6 | clade | Sys | Events
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
| → {{l/ver/clade|Sys\Events\InputRq|Settable}} | | → {{l/ver/clade|Sys\Events\InputRq|Settable}} | ||
|} | |} | ||
==Functions== | |||
===public=== | |||
* SETUP | |||
** {{fmt/php/inline|1=function Item(ItemIface $o=NULL) : ItemIface}} | |||
*** "ItemIface" is {{l/ver/clade|Sys\Events|InputItem}} | |||
* ACTION | |||
** {{fmt/php/inline|function Go()}} | |||
* INFO | |||
** {{fmt/php/inline|function Describe() : string}} | |||
===internal=== | |||
* CONFIG | |||
** {{fmt/php/inline|static protected function ClassSlug() : string { return 'in.req'; }}}: tells the Registry where to store the Singleton object for this podling- | |||
** {{fmt/php/inline|static protected function InputClass() : string}}: coding prompt | |||
* SETUP | |||
** {{fmt/php/inline|protected function __construct(){}}} | |||
Revision as of 18:32, 1 August 2025
| Clade Family | ||
|---|---|---|
| → InputRq | → Settable | |
Functions
public
- SETUP
function Item(ItemIface $o=NULL) : ItemIface- "ItemIface" is InputItem
- ACTION
function Go()
- INFO
function Describe() : string
internal
- CONFIG
static protected function ClassSlug() : string { return 'in.req';}: tells the Registry where to store the Singleton object for this podling-static protected function InputClass() : string: coding prompt
- SETUP
protected function __construct(){}