PHP Class StatHandler

显示文件 Open project: hprose/hprose-php

Public Methods

Method Description
__construct ( $message )
asynchandle ( $name, array &$args, stdClass $context, Closure $next )
synchandle ( $name, array &$args, stdClass $context, Closure $next )

Method Details

__construct() public method

public __construct ( $message )

asynchandle() public method

public asynchandle ( $name, array &$args, stdClass $context, Closure $next )
$args array
$context stdClass
$next Closure

synchandle() public method

public synchandle ( $name, array &$args, stdClass $context, Closure $next )
$args array
$context stdClass
$next Closure