Kraken\Channel\Router\RouterRule::getRouter PHP Method

getRouter() public method

Return Router to which handler is attached to.
public getRouter ( ) : RouterInterface
return RouterInterface
    public function getRouter()
    {
        return $this->router;
    }