Roller\Router::any PHP Method

any() public method

public any ( $path, $callback, $options = [] )
    public function any($path, $callback, $options = array())
    {
        if ($this->hasCache) {
            return;
        }
        return $this->routes->any($path, $callback, $options);
    }