Ferreteria/v0.6/clade/Sys/Events/InputRq: Difference between revisions

From Woozle Writes Code
< Ferreteria‎ | v0.6‎ | clade‎ | Sys‎ | Events
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 4: Line 4:
|-
|-
| align=right |  
| align=right |  
{{l/ver/clade|Aux\StandardBase|cObjectorium}}<br>
{{l/ver/clade|Aux\StandardBase|Objectorium}}<br>
{{l/ver/clade|Sys\Events\has|ItWent}}
{{l/ver/clade|Sys\Events\has|ItWent}}
| &rarr; '''InputRq'''
| &rarr; '''InputRq'''

Revision as of 00:02, 2 August 2025

clade: Sys\Events\InputRq
Clade Family

Objectorium
ItWent

InputRq Settable

Functions

public

  • SETUP
    • function Item(ItemIface $o=NULL) : ItemIface
  • 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-clade
    • static protected function InputClass() : string: coding prompt
  • SETUP
    • protected function __construct(){}