PHP Class StatHandler

Afficher le fichier Open project: hprose/hprose-php

Méthodes publiques

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

Method Details

__construct() public méthode

public __construct ( $message )

asynchandle() public méthode

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

synchandle() public méthode

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