PHP 클래스 Scalr_Net_Scalarizr_Client

부터: 18.09.2012
저자: Igor Savhenko ([email protected])
파일 보기 프로젝트 열기: scalr/scalr 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$debug
$timeout

보호된 프로퍼티들

프로퍼티 타입 설명
$namespace

공개 메소드들

메소드 설명
__construct ( DBServer $dbServer, $port = 8010 )
__get ( $name )
getClient ( $dbServer, $namespace = null, $port = 8010 )
getCryptoTool ( $cryptoKey = null )
request ( $method, stdClass $params = null, $namespace = null )

비공개 메소드들

메소드 설명
underScope ( $name )
walkSerialize ( $object, &$retval, $normalizationMethod )

메소드 상세

__construct() 공개 메소드

public __construct ( DBServer $dbServer, $port = 8010 )
$dbServer DBServer

__get() 공개 메소드

public __get ( $name )

getClient() 공개 정적인 메소드

public static getClient ( $dbServer, $namespace = null, $port = 8010 )

getCryptoTool() 공개 정적인 메소드

public static getCryptoTool ( $cryptoKey = null )

request() 공개 메소드

public request ( $method, stdClass $params = null, $namespace = null )
$params stdClass

프로퍼티 상세

$debug 공개적으로 프로퍼티

public $debug

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

protected $namespace

$timeout 공개적으로 프로퍼티

public $timeout