Ferreteria/v0.6/fx/OSock
About
- Purpose: access to the current object's Socket object
- Definitions:
Usage
| clade | require | implement | call / notes |
|---|---|---|---|
IO\Aspect\Connx\Plug
|
return $this->oSock;
|
$this->oSock is set by WithSocket()
| |
IO\Aspect\Connx\Plug\Chain
|
in | ||
IO\Aspect\Connx\Plug\Shell\Remote\SSH
|
in | ||
Sys\Data\Engine\Conn
|
function OSock() : SockIface;
|
return $this->oSock;
|
in Inspect(): return new ($this->InspectorClass())($this,$this->OSock(),$this->OSock()->OCred(),$this);
|
Sys\Data\Engine\Conn\MyMar
|
return $this->oSock;
|
in | |
Sys\Data\Engine\Oper\MyMar
|
in | ||
Sys\Data\Engine\schema\Ops\MyMar
|
in DoImport(): $oConnx = $oDbConn->OSock();
|