PHP 클래스 Thruway\Module\RouterModule

상속: implements Thruway\Module\RouterModuleInterface
파일 보기 프로젝트 열기: voryx/thruway

보호된 프로퍼티들

프로퍼티 타입 설명
$loop React\EventLoop\LoopInterface
$router Thruway\Peer\RouterInterface

공개 메소드들

메소드 설명
getLoop ( ) : React\EventLoop\LoopInterface
getSubscribedEvents ( ) If people don't want to implement this
initModule ( Thruway\Peer\RouterInterface $router, React\EventLoop\LoopInterface $loop )

메소드 상세

getLoop() 공개 메소드

public getLoop ( ) : React\EventLoop\LoopInterface
리턴 React\EventLoop\LoopInterface

getSubscribedEvents() 공개 정적인 메소드

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

initModule() 공개 메소드

public initModule ( Thruway\Peer\RouterInterface $router, React\EventLoop\LoopInterface $loop )
$router Thruway\Peer\RouterInterface
$loop React\EventLoop\LoopInterface

프로퍼티 상세

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

protected LoopInterface,React\EventLoop $loop
리턴 React\EventLoop\LoopInterface

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

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