Ferreteria/v0.6/fx/OSock
< Ferreteria | v0.6 | fx
Jump to navigation
Jump to search
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);
|
(2025-12-04 #TODO: documentation in progress)