PHP Class Hprose\Swoole\Client

Mostrar archivo Open project: hprose/hprose-swoole Class Usage Examples

Public Methods

Method Description
__call ( $name, $args )
__construct ( $uris )
__get ( $name )
__isset ( $name )
__set ( $name, $value )
__unset ( $name )
create ( $uris )
registerClientFactory ( $scheme, $clientFactory )
tryRegisterClientFactory ( $scheme, $clientFactory )

Private Methods

Method Description
initClientFactories ( )

Method Details

__call() public method

public __call ( $name, $args )

__construct() public method

public __construct ( $uris )

__get() public method

public __get ( $name )

__isset() public method

public __isset ( $name )

__set() public method

public __set ( $name, $value )

__unset() public method

public __unset ( $name )

create() public static method

public static create ( $uris )

registerClientFactory() public static method

public static registerClientFactory ( $scheme, $clientFactory )

tryRegisterClientFactory() public static method

public static tryRegisterClientFactory ( $scheme, $clientFactory )