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
Revision as of 14:57, 7 December 2025 by Woozle (talk | contribs) (Created page with "{{page/clade/v2 |fam= {{!}} align=right {{!}} <code>{{l/ver/clade|Sys\Events|ItWent}}</code> {{!}} align=center {{!}} ⇒ <code>{{l/ver/clade|Sys\Data\Engine\aux\ActionRq\Admin|ItWent}} ⇒ {{!}} align=left {{!}} ''(none)'' |alia= {{!-!}} '''Base'''* [c,i] {{!!}} <code>{{l/ver/clade/full|Sys\Events|ItWent}}</code> }} ==Status== * '''{{fmt/date|2025|11|10}}''' {{hashtag|TODO}}: All this does is provide these two constants, which probably belong elsewhere. * '''{...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 {
}