PHP 클래스 Kraken\Network\Websocket\Driver\Version\RFC6455\OnMessageProxy

상속: implements Ratchet\MessageInterface
파일 보기 프로젝트 열기: kraken-php/framework

보호된 프로퍼티들

프로퍼티 타입 설명
$target

공개 메소드들

메소드 설명
__construct ( callable $target )
__destruct ( )
onMessage ( Ratchet\ConnectionInterface $from, $msg )

메소드 상세

__construct() 공개 메소드

public __construct ( callable $target )
$target callable

__destruct() 공개 메소드

public __destruct ( )

onMessage() 공개 메소드

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

프로퍼티 상세

$target 보호되어 있는 프로퍼티

protected $target