Ferreteria/v0.6/fx/OCred
< Ferreteria | v0.6 | fx
Jump to navigation
Jump to search
About
- Purpose: access to the current object's connection credentials object
Usage
| clade | require | implement | call | notes |
|---|---|---|---|---|
IO\Aspect\Socket
|
function OCred() : CredIface
|
return $this->oCred;
|
Implementation is identical to VConns. | |
Sys\Data\Engine\Conn\view\VConns
|
return $this->oCred;
|
Implementation is identical to Socket. | ||
IO\Aspect\Connx\Plug\Shell\Remote\SSH
|
in OCreds(): return $this->OSock()->OCred();
| |||
IO\Aspect\Socket
|
$sUser = $this->OCred()->DescribeInline();
| |||
Sys\Data\Engine\Conn
|
return new ($this->InspectorClass())($this,$this->OSock(),$this->OSock()->OCred(),$this);
| |||
Sys\Data\Engine\Conn\MyMar
|
in |