Ssh2MethodConnectionParam

Class that holds parameters for an ssh2_connect $methods parameter This corresponds to the client_to_server and server_to_client keys of the optional $methods parameter for the ssh2_connect function

see
author

Derek Gallo http://github.com/drock

package

phing.tasks.ext

Methods

setComp

setComp(string $comp) 

Arguments

$comp

string

getComp

getComp() : string

Response

string

setCrypt

setCrypt(string $crypt) 

Arguments

$crypt

string

getCrypt

getCrypt() : string

Response

string

setMac

setMac(string $mac) 

Arguments

$mac

string

getMac

getMac() : string

Response

string

Get the params as an array unset/null params are excluded from the array

toArray() : array

Response

array

_filterParam

_filterParam($var) 

Arguments

$var

Properties

crypt

crypt : string
var

Type(s)

string

comp

comp : string
var

Type(s)

string

mac

mac : string
var

Type(s)

string