PHP 클래스 Metaregistrar\TMCH\tmchConnection

파일 보기 프로젝트 열기: metaregistrar/php-epp-client

보호된 프로퍼티들

프로퍼티 타입 설명
$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

공개 메소드들

메소드 설명
__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 )

보호된 메소드들

메소드 설명
loadSettings ( $directory, $file )

메소드 상세

__construct() 공개 메소드

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

getHostname() 공개 메소드

public getHostname ( )

getLastinfo() 공개 메소드

public getLastinfo ( ) : null
리턴 null

getPassword() 공개 메소드

public getPassword ( )

getPort() 공개 메소드

public getPort ( )

getTimeout() 공개 메소드

public getTimeout ( )

getUsername() 공개 메소드

public getUsername ( )

loadSettings() 보호된 메소드

protected loadSettings ( $directory, $file )

setConnectionDetails() 공개 메소드

public setConnectionDetails ( $settingsfile )

setHostname() 공개 메소드

public setHostname ( $hostname )

setLastInfo() 공개 메소드

public setLastInfo ( null $lastinfo )
$lastinfo null

setPassword() 공개 메소드

public setPassword ( $password )

setPort() 공개 메소드

public setPort ( $port )

setTimeout() 공개 메소드

public setTimeout ( $timeout )

setUsername() 공개 메소드

public setUsername ( $username )

프로퍼티 상세

$hostname 보호되어 있는 프로퍼티

Hostname of this connection
protected string $hostname
리턴 string

$logging 보호되어 있는 프로퍼티

protected $logging

$password 보호되어 있는 프로퍼티

Password to be used in the connection
protected string $password
리턴 string

$port 보호되어 있는 프로퍼티

Port of the connection
protected string $port
리턴 string

$timeout 보호되어 있는 프로퍼티

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

$username 보호되어 있는 프로퍼티

Username to be used in the connection
protected string $username
리턴 string