Property | Type | Description | |
---|---|---|---|
$Therac | |||
$clients |
Method | Description | |
---|---|---|
__construct ( $Therac ) | ||
onClose ( Ratchet\ConnectionInterface $conn ) | ||
onError ( Ratchet\ConnectionInterface $conn, Exception $e ) | ||
onMessage ( Ratchet\ConnectionInterface $from, $msg ) | ||
onOpen ( Ratchet\ConnectionInterface $conn ) |
public onClose ( Ratchet\ConnectionInterface $conn ) | ||
$conn | Ratchet\ConnectionInterface |
public onError ( Ratchet\ConnectionInterface $conn, Exception $e ) | ||
$conn | Ratchet\ConnectionInterface | |
$e | Exception |
public onMessage ( Ratchet\ConnectionInterface $from, $msg ) | ||
$from | Ratchet\ConnectionInterface |
public onOpen ( Ratchet\ConnectionInterface $conn ) | ||
$conn | Ratchet\ConnectionInterface |