PHP Class Kraken\Network\Websocket\Driver\Version\RFC6455\OnMessageProxy

Inheritance: implements Ratchet\MessageInterface
Afficher le fichier Open project: kraken-php/framework

Protected Properties

Свойство Type Description
$target

Méthodes publiques

Méthode Description
__construct ( callable $target )
__destruct ( )
onMessage ( Ratchet\ConnectionInterface $from, $msg )

Method Details

__construct() public méthode

public __construct ( callable $target )
$target callable

__destruct() public méthode

public __destruct ( )

onMessage() public méthode

public onMessage ( Ratchet\ConnectionInterface $from, $msg )
$from Ratchet\ConnectionInterface

Property Details

$target protected_oe property

protected $target