Ferreteria/v0.6/fx/DoCommand

From Woozle Writes Code
< Ferreteria‎ | v0.6‎ | fx
Revision as of 01:37, 3 December 2025 by Woozle (talk | contribs)
Jump to navigation Jump to search

About

Usage

def clade usage notes
A IO\Aspect\Connx\Plug require
A IO\Aspect\Connx\Plug\Chain implement return $this->ForwardCommand($saCmd,$oBuff,$oAct)
A IO\Aspect\Connx\Plug\Shell implement see Shell/@fx/DoCommand
A IO\Aspect\Connx\Plug\Shell\Remote\SSH implement, call call parent with output of $this->WrapCommand()
B IO\Connx\Shell require
? IO\Connx\Shell\Remote\SSH implement, call call parent with output of $this->WrapCommand()
A Sys\Data\Engine\Conn\MyMar implement,call
A Sys\Data\Engine\Oper\MyMar call
? Sys\Data\Engine\Schema\MyMar call

Questions

  • What is the difference between the usage in the two SSH classes? (For that matter, what is the difference between those two classes?)