Ferreteria/v0.6/clade/Sys/Data/Engine/aux/ActionRq/Admin/ItWent

From Woozle Writes Code
< Ferreteria‎ | v0.6‎ | clade‎ | Sys‎ | Data‎ | Engine‎ | aux‎ | ActionRq‎ | Admin
Jump to navigation Jump to search
clade: Sys\Data\Engine\aux\ActionRq\Admin\ItWent
Clade Family
ItWent ItWent (none)
Clade Aliases
Alias Clade
Base* [c,i] Sys\Events\ItWent
Subpages

Status

  • 2025-11-10 #TODO: All this does is provide these two constants, which probably belong elsewhere.
  • 2025-12-07 Actually, maybe this should be the return-type for RunDatabase(), and encapsulate the native object? Or something?

Code

as of 2025-12-07:

interface iItWent extends BaseIface {
    // ERROR CODES
    const N_ERR_DB_DEFN = 1;
    const N_ERR_DB_SLUG = 2;
}
class cItWent extends BaseClass implements iItWent {
}