/** * Class Constructor * */ public function __construct() { parent::__construct(); $this->Options = array(); $this->Options["UseCookies"] = true; }
/** * Class Constructor * */ public function __construct() { parent::__construct(); $this->Options = array(); $this->Options["timeout"] = 10; $this->Options["port"] = 22; $this->Options["loginPromt"] = "login as:"; $this->Options["passwordPromt"] = "Password:"; }