PHP Class Metaregistrar\TMCH\tmchConnection

Show file Open project: metaregistrar/php-epp-client

Protected Properties

Property Type Description
$hostname string Hostname of this connection
$logging
$password string Password to be used in the connection
$port string Port of the connection
$timeout integer Time-out value for the server connection
$username string Username to be used in the connection

Public Methods

Method Description
__construct ( $logging = false, $settingsfile = null )
getHostname ( )
getLastinfo ( ) : null
getPassword ( )
getPort ( )
getTimeout ( )
getUsername ( )
setConnectionDetails ( $settingsfile )
setHostname ( $hostname )
setLastInfo ( null $lastinfo )
setPassword ( $password )
setPort ( $port )
setTimeout ( $timeout )
setUsername ( $username )

Protected Methods

Method Description
loadSettings ( $directory, $file )

Method Details

__construct() public method

public __construct ( $logging = false, $settingsfile = null )

getHostname() public method

public getHostname ( )

getLastinfo() public method

public getLastinfo ( ) : null
return null

getPassword() public method

public getPassword ( )

getPort() public method

public getPort ( )

getTimeout() public method

public getTimeout ( )

getUsername() public method

public getUsername ( )

loadSettings() protected method

protected loadSettings ( $directory, $file )

setConnectionDetails() public method

public setConnectionDetails ( $settingsfile )

setHostname() public method

public setHostname ( $hostname )

setLastInfo() public method

public setLastInfo ( null $lastinfo )
$lastinfo null

setPassword() public method

public setPassword ( $password )

setPort() public method

public setPort ( $port )

setTimeout() public method

public setTimeout ( $timeout )

setUsername() public method

public setUsername ( $username )

Property Details

$hostname protected property

Hostname of this connection
protected string $hostname
return string

$logging protected property

protected $logging

$password protected property

Password to be used in the connection
protected string $password
return string

$port protected property

Port of the connection
protected string $port
return string

$timeout protected property

Time-out value for the server connection
protected int $timeout
return integer

$username protected property

Username to be used in the connection
protected string $username
return string