Ferreteria/v0.6/clade/Config/Style
| ||||||||||||
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 inIO\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 {}