Ferreteria/v0.6/clade/Sys/Diag/Data/Stack/Card/@code/2025/06/29

From WoozleCodes
Jump to navigation Jump to search
2025/06/28 2025/06/29 2025/06/30

This is apparently redundant now:

#
    // ++ OBJECTS ++ //

    // SHORTCUT
    protected function Fields() : FieldsIface {
        #echo $this->ReflectThis()->Report();
        #return $this->QBridge()->GetIt()->Deck()->Fields(); }
        $oDeck = $this->Deck();
        $oFlds = $oDeck->Fields();
        return $oFlds;
    }

    // -- OBJECTS -- //