WampRouter
class WampRouter
Class WampRouter
Properties
| protected Router | $pubSubRouter | ||
| protected LoggerInterface | $logger | ||
| protected bool | $debug |
Methods
__construct(RouterInterface $router = null, mixed $debug, LoggerInterface $logger = null)
WampRouter constructor.
setContext(RouterContext $context)
No description
RouterContext
getContext()
No description
match(Topic $topic, null $tokenSeparator = null)
No description
string
generate(string $routeName, array $parameters = [], null|string $tokenSeparator = null)
No description
mixed
getCollection()
No description
Details
at line 44
__construct(RouterInterface $router = null, mixed $debug, LoggerInterface $logger = null)
WampRouter constructor.