class RpcDispatcher implements RpcDispatcherInterface

Class RpcDispatcher

Properties

protected RpcRegistry $rpcRegistry

Methods

__construct(RpcRegistry $rpcRegistry)

RpcDispatcher constructor.

dispatch(ConnectionInterface $conn, string $id, TopicInterface $topic, WampRequest $request, array $params)

No description

string
toCamelCase($str)

No description

Details

at line 25
__construct(RpcRegistry $rpcRegistry)

RpcDispatcher constructor.

Parameters

RpcRegistry $rpcRegistry

at line 37
dispatch(ConnectionInterface $conn, string $id, TopicInterface $topic, WampRequest $request, array $params)

Parameters

ConnectionInterface $conn
string $id
TopicInterface $topic
WampRequest $request
array $params

at line 101
protected string toCamelCase($str)

Parameters

$str

Return Value

string