Ferreteria/v0.6/clade/Sys/Data/Xfer/Info/Card/Fielded/@code/2025/05/14

From WoozleCodes
Jump to navigation Jump to search
2025/05/13 2025/05/14 2025/05/15

Pretty sure these are obsolete too:

#
    // ++ CONFIG ++ //

    protected function OAColDefsClass() : string { echo self::PromptForMethod(); return ''; }
    protected function OARowDataClass() : string { return FArrayClass::class; }

    // -- CONFIG -- //

    private $oFields = NULL;
    protected function Fields() : FieldsIface { return $this->oFields ?? ($this->oFields = new (static::FieldsClass())); }
    // 2025-05-15 This (and FieldsClass()) go in the Deck now.