Drahak\Restful\Diagnostics\ResourceRouterPanel::__construct PHP Method

__construct() public method

public __construct ( $secretKey, $requestTimeKey, Nette\Application\IRouter $router )
$router Nette\Application\IRouter
    public function __construct($secretKey, $requestTimeKey, IRouter $router)
    {
        $this->secretKey = $secretKey;
        $this->requestTimeKey = $requestTimeKey;
        $this->router = $router;
    }