Ferreteria/v0.6/clade/Sys/Data/Xfer/Info/Card/Fielded/@code/2025/06/26

From WoozleCodes
Jump to navigation Jump to search
2025/06/25 2025/06/26 2025/06/27

2025-05-14 Actually, I don't this this is the way to do it anymore.

#
    // ++ SETUP: dynamic ++ //

    /**
     * OVERRIDE: array is Alien data, and needs to be imported
     */
    protected function WithArray(array $ar) {
        #self::GotToHere();
        #echo self::GotToHere('Data:'"`UNIQ--pre-00000000-QINU`"'');
        $this->ImportArray($ar);
        #self::GotToHere();
        #echo self::GotToHere('Data imported');
        #echo $this->DumpList();
    }

    // -- SETUP -- //