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

Inheritance: implements Ratchet\MessageInterface
Datei anzeigen Open project: kraken-php/framework

Protected Properties

Property Type Description
$target

Public Methods

Method Description
__construct ( callable $target )
__destruct ( )
onMessage ( Ratchet\ConnectionInterface $from, $msg )

Method Details

__construct() public method

public __construct ( callable $target )
$target callable

__destruct() public method

public __destruct ( )

onMessage() public method

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

Property Details

$target protected_oe property

protected $target