Ferreteria/v0.6/fx/DoCommand
< Ferreteria | v0.6 | fx
Jump to navigation
Jump to search
About
- Definitions
- A. in
IO\Aspect\ConnxPlug:public function DoCommand(string|array $sCmd, BufferIface $oBuff, ?CommOpIface $oAct=NULL) : CommOpIface - B. in
IO\Connx\Shell:public function DoCommand(string|array $saCmd, BufferIface $oBuffData) : CommOpIface
- A. in
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?)