AbstractPusher
abstract class AbstractPusher implements PusherInterface
Class AbstractPusher
Properties
| protected MessageSerializer | $serializer | ||
| protected WampRouter | $router | ||
| protected bool | $connected | ||
| protected | $connection | ||
| protected string | $name |
Methods
string
doPush(string $data, array $context)
No description
setConfig(array $config)
No description
array
getConfig()
No description
setConnected(bool|true $bool = true)
No description
string
getName()
No description
setName(string $name)
No description
bool
isConnected()
No description
push(string|array $data, string $routeName, array $routeParameters = array(), array $context = [])
No description