Ferreteria/v0.6/clade/Config/Style

From WoozleCodes
Jump to navigation Jump to search
clade: Config\Style
Clade Family
StandardBase Style
Clade Aliases
Alias Clade
Subpages

About

History

  • 2026-01-27 I feel like ClsSlug() is unnecessary and that we should instead use the mechanism I'm trying out in IO\O\Data\Element\Branch\grid\Table – but that is, to be fair, still experimental.
  • 2026-04-29 I think it may actually be needed... but what's this "mechanism" past!me was mumbling about?

Code

interface iStyle extends BaseIface {
    // CONFIG
    static function ClsSlug() : string;
}
abstract class caStyle extends BaseClass implements iStyle {}