PHP Class Sulu\Bundle\WebsocketBundle\Connection\FallbackConnection

Inheritance: implements Ratchet\ConnectionInterface
Datei anzeigen Open project: sulu/sulu

Public Properties

Property Type Description
$resourceId string Id of connection.

Public Methods

Method Description
__construct ( $resourceId )
close ( )
getData ( ) : mixed
send ( $data )

Method Details

__construct() public method

public __construct ( $resourceId )

close() public method

public close ( )

getData() public method

public getData ( ) : mixed
return mixed

send() public method

public send ( $data )

Property Details

$resourceId public_oe property

Id of connection.
public string $resourceId
return string