Ferreteria/v0.6/fx/OSock: Difference between revisions
No edit summary |
mNo edit summary |
||
| Line 7: | Line 7: | ||
==Usage== | ==Usage== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
! clade || require || implement || call | ! clade || require || implement || call / notes | ||
{{!-!}} <code>{{l/ver/clade/full|IO\Aspect\Connx|Plug}}</code> | {{!-!}} <code>{{l/ver/clade/full|IO\Aspect\Connx|Plug}}</code> | ||
| | | | ||
Latest revision as of 00:45, 5 December 2025
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();
|