Ferreteria/v0.6/clade/Sys/Events/InputReq/Settable

From Woozle Writes Code
< Ferreteria‎ | v0.6‎ | clade‎ | Sys‎ | Events
Jump to navigation Jump to search
clade: Sys\Events\InputReq\Settable

This Is No Longer Correct (OAKeptInput() removed)

At runtime, this gets:

  • the keyname from $this->NameOfInput()
  • the value from $this->OAKeptInput()->GetIt(<keyname>) -- which doesn't make sense...
  • and then calls $this->OAKeptInput()->SetIt($sVal,$sName) to retain the received value in the Kept values.

I think maybe step 2 is supposed to be $this->OAUserInput() or similar...