PHP Class Scalr_Net_Scalarizr_Client, scalr

Since: 18.09.2012
Author: Igor Savhenko ([email protected])
Show file Open project: scalr/scalr Class Usage Examples

Public Properties

Property Type Description
$debug
$timeout

Protected Properties

Property Type Description
$namespace

Public Methods

Method Description
__construct ( DBServer $dbServer, $port = 8010 )
__get ( $name )
getClient ( $dbServer, $namespace = null, $port = 8010 )
getCryptoTool ( $cryptoKey = null )
request ( $method, stdClass $params = null, $namespace = null )

Private Methods

Method Description
underScope ( $name )
walkSerialize ( $object, &$retval, $normalizationMethod )

Method Details

__construct() public method

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

__get() public method

public __get ( $name )

getClient() public static method

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

getCryptoTool() public static method

public static getCryptoTool ( $cryptoKey = null )

request() public method

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

Property Details

$debug public property

public $debug

$namespace protected property

protected $namespace

$timeout public property

public $timeout