Ferreteria/v0.6/fx/DescribeInline
< Ferreteria | v0.6 | fx
Jump to navigation
Jump to search
|
fx:
DescribeInline() |
About
- Purpose: returns a formatted one-line string describing the current object
Required by
- IO\Aspect: coding prompt
Implemented by
| clade | what it does |
|---|---|
| IO\Aspect\Connx\Plug\Chain | return ' via '.$this->OSock()->DescribeInline();
|
| IO\Aspect\Connx\Plug\Shell\Local | return '(local)';
|
| IO\Aspect\Connx\Plug\Shell\Remote\SSH | return $this->OSock()->DescribeInline();
|
| IO\Aspect\Creds | basically return $this->QSUser()->GetItNz($oScrn->FaintIt('(anon)'));
|
| IO\Aspect\Host | returns address and (if set) port # |
| IO\Aspect\Socket | returns User (defined by Creds) and Host (defined by Host) |
| Sys\Data\Engine\Conn\MyMar | combines several things |
| Sys\Data\Engine\Ops | return $this->OConn()->DescribeInline(); -- "sometimes not needed"?
|