\ManaPHP\Ws\PushingClientInterface

Summary

Methods
Constants
pushToId()
pushToName()
pushToRole()
pushToAll()
broadcast()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

pushToId()

pushToId(integer|array<mixed,integer>  $receivers, string|array  $message, string  $endpoint = null) : void

Parameters

integer|array<mixed,integer> $receivers
string|array $message
string $endpoint

pushToName()

pushToName(string|array<mixed,string>  $receivers, string|array  $message, string|array  $endpoint = null) : void

Parameters

string|array<mixed,string> $receivers
string|array $message
string|array $endpoint

pushToRole()

pushToRole(string|array<mixed,string>  $receivers, string|array  $message, string  $endpoint = null) : void

Parameters

string|array<mixed,string> $receivers
string|array $message
string $endpoint

pushToAll()

pushToAll(string|array  $message, string  $endpoint = null) : void

Parameters

string|array $message
string $endpoint

broadcast()

broadcast(string|array  $message, string  $endpoint = null) : void

Parameters

string|array $message
string $endpoint