SimpleSAML\Test\BuiltInServer::getRouter PHP Method

getRouter() public method

Get the name of the "router" file.
public getRouter ( ) : string
return string The name of the "router" file.
    public function getRouter()
    {
        return $this->router;
    }