PHP Class Thruway\Module\RouterModule

Inheritance: implements Thruway\Module\RouterModuleInterface
Afficher le fichier Open project: voryx/thruway

Protected Properties

Свойство Type Description
$loop React\EventLoop\LoopInterface
$router Thruway\Peer\RouterInterface

Méthodes publiques

Méthode Description
getLoop ( ) : React\EventLoop\LoopInterface
getSubscribedEvents ( ) If people don't want to implement this
initModule ( Thruway\Peer\RouterInterface $router, React\EventLoop\LoopInterface $loop )

Method Details

getLoop() public méthode

public getLoop ( ) : React\EventLoop\LoopInterface
Résultat React\EventLoop\LoopInterface

getSubscribedEvents() public static méthode

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

initModule() public méthode

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

Property Details

$loop protected_oe property

protected LoopInterface,React\EventLoop $loop
Résultat React\EventLoop\LoopInterface

$router protected_oe property

protected RouterInterface,Thruway\Peer $router
Résultat Thruway\Peer\RouterInterface