Ferreteria/v0.6/clade/IO/Aspect/Connx/Stream/Chain/@removed

From Woozle Writes Code
Jump to navigation Jump to search
Removed Code

2026-01-20

Commented out 2026-01-11:

#
    // 2026-01-11 old API
    public function DoCommand(CLineIface $oCmd, StreamIface $oResps) : CommOpIface {
        return $this->ForwardCommand($oCmd,$oResps);
    }
    protected function ForwardCommand(CLineIface $oCmd, StreamIface $oResps) : CommOpIface {
        return $this->OSock()->OPlug()->DoCommand($oCmd,$oResps);  // e.g. Shell\Remote\cSSH->DoCommand()
    }