Ferreteria/v0.6/clade/Config/Style

From Woozle Writes Code
< Ferreteria‎ | v0.6‎ | clade‎ | Config
Jump to navigation Jump to search
clade: Config\Style
Clade Family
StandardBase Style
Clade Aliases
Alias Clade
Subpages

About

  • Purpose: base clade for display styles - any element, any medium

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.

Code

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