Ferreteria/v0.6/clade/IO/Aspect/Connx/run/Starter/@code/rmv/2026/04/03

From WoozleCodes
Jump to navigation Jump to search
Removed on 2026-04-03
2026/04/02 2026/04/03 2026/04/04

Commented out a few days ago:

#
    // ++ MODE ++ //

    // 2026-03-23 written (tentative solution)
    public function IsOneShot(?bool $b) : bool { return $this->OCommand()->IsOneShot(); } // SHORTCUT

    // -- MODE -- //

Commented out on 2026-03-27:

#
    // 2026-02-25 written -- replaces the one in Local\Proc
    // 2026-03-27 Obsolete, I think.
    private $qoCmd = NULL;
    public function QOCommand() : QCommandIface { return is_object($this->qoCmd) ? ($this->qoCmd) : $this->qoCmd = QCommandClass::FromVoid(); }