Method |
Description |
|
__construct ( ) |
|
|
add ( ) |
|
|
addAsync ( ) |
|
|
addAsyncClassMethods ( $class, $scope = '', $aliasPrefix = '', array $options = [] ) |
|
|
addAsyncFunction ( $func, $alias = '', array $options = [] ) |
|
|
addAsyncFunctions ( array $funcs, array $aliases = [], array $options = [] ) |
|
|
addAsyncInstanceMethods ( $object, $class = '', $aliasPrefix = '', array $options = [] ) |
|
|
addAsyncMethod ( $method, $scope, $alias = '', array $options = [] ) |
|
|
addAsyncMethods ( $methods, $scope, $aliases = [], array $options = [] ) |
|
|
addAsyncMissingFunction ( $func, array $options = [] ) |
|
|
addAsyncMissingMethod ( $method, $scope, array $options = [] ) |
|
|
addClassMethods ( $class, $scope = '', $aliasPrefix = '', array $options = [] ) |
|
|
addFilter ( Filter $filter ) |
|
|
addFunction ( $func, $alias = '', array $options = [] ) |
|
|
addFunctions ( array $funcs, array $aliases = [], array $options = [] ) |
|
|
addInstanceMethods ( $object, $class = '', $aliasPrefix = '', array $options = [] ) |
|
|
addMethod ( $method, $scope, $alias = '', array $options = [] ) |
|
|
addMethods ( $methods, $scope, $aliases = [], array $options = [] ) |
|
|
addMissingFunction ( $func, array $options = [] ) |
|
|
addMissingMethod ( $method, $scope, array $options = [] ) |
|
|
afterFilterHandler ( $request, stdClass $context ) |
*protected |
|
afterInvoke ( $name, array $args, stdClass $context, $result ) |
*private |
|
beforeFilterHandler ( $request, stdClass $context ) |
*protected |
|
broadcast ( $topic, $result, $callback = null ) |
|
|
callService ( array $args, stdClass $context ) |
*private |
|
defaultHandle ( $request, stdClass $context ) |
|
|
delTimer ( ArrayObject $topics, $id ) |
*private |
|
delayError ( $error, $context ) |
*private |
|
doOutput ( array $args, stdClass $context, $result ) |
*private |
|
endError ( $error, stdClass $context ) |
|
|
exist ( $topic, $id ) |
|
|
fatalErrorHandler ( ) |
|
|
getErrorDelay ( ) |
|
|
getErrorTypes ( ) |
|
|
getFilter ( ) |
|
|
getHeartbeat ( ) |
|
|
getNextId ( ) |
|
|
getTimeout ( ) |
|
|
getTopics ( $topic ) |
*private |
|
idlist ( $topic ) |
|
|
internalPush ( $topic, $id, $result ) |
*private |
|
invoke ( $name, array &$args, stdClass $context ) |
*private |
|
invokeHandler ( $name, array &$args, stdClass $context ) |
*protected |
|
isDebugEnabled ( ) |
|
|
isPassContext ( ) |
|
|
isSimple ( ) |
|
|
multicast ( $topic, $ids, $result, $callback = null ) |
|
|
offline ( ArrayObject $topics, $topic, $id ) |
*private |
|
outputFilter ( $data, stdClass $context ) |
*private |
|
publish ( $topic, array $options = [] ) |
|
|
push ( $topic ) |
push($topic, $id, $result) |
|
remove ( $alias ) |
|
|
removeFilter ( Filter $filter ) |
|
|
resetTimer ( ArrayObject $topics, $topic, $id ) |
*private |
|
sendError ( $error, stdClass $context ) |
*private |
|
setDebugEnabled ( $value = true ) |
|
|
setErrorDelay ( $value ) |
|
|
setErrorTypes ( $value ) |
|
|
setFilter ( Filter $filter ) |
|
|
setHeartbeat ( $value ) |
|
|
setPassContext ( $value = true ) |
|
|
setRequestTimer ( $topic, $id, $request, $timeout ) |
*private |
|
setSimple ( $value = true ) |
|
|
setTimeout ( $value ) |
|
|
unicast ( $topic, $id, $result, $callback = null ) |
|
|