PHP 클래스 Thruway\Module\RouterModuleClient

상속: extends Thruway\Peer\Client, implements Thruway\Module\RouterModuleInterface
파일 보기 프로젝트 열기: voryx/thruway 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$router Thruway\Peer\RouterInterface

공개 메소드들

메소드 설명
getSubscribedEvents ( ) If people don't want to implement this
initModule ( Thruway\Peer\RouterInterface $router, React\EventLoop\LoopInterface $loop ) Called by the router when it is added

메소드 상세

getSubscribedEvents() 공개 정적인 메소드

If people don't want to implement this
public static getSubscribedEvents ( )

initModule() 공개 메소드

Called by the router when it is added
public initModule ( Thruway\Peer\RouterInterface $router, React\EventLoop\LoopInterface $loop )
$router Thruway\Peer\RouterInterface
$loop React\EventLoop\LoopInterface

프로퍼티 상세

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

protected RouterInterface,Thruway\Peer $router
리턴 Thruway\Peer\RouterInterface