Method | Description | |
---|---|---|
broadcast ( string[] | string $message ) : bool[] | Send broadcast message. | |
getConnected ( ) : string[] | Return array of all connected external channels' IDs. | |
isConnected ( string $id ) : boolean | Check if specific external channel is connected. | |
isStarted ( ) : boolean | Check if channel is started. | |
isStopped ( ) : boolean | Check if channel is stopped. | |
start ( boolean $blockEvent = false ) : boolean | Start Channel. | |
stop ( boolean $blockEvent = false ) : boolean | Stop Channel. | |
unicast ( string $alias, string[] | string $message, integer $flags ) : boolean | Send unicast message. |
public getConnected ( ) : string[] | ||
return | string[] |
public isConnected ( string $id ) : boolean | ||
$id | string | |
return | boolean |