ManaPHP\Mvc\Router::wasMatched PHP Method

wasMatched() public method

Checks if the router matches any of the defined routes
public wasMatched ( ) : boolean
return boolean
    public function wasMatched()
    {
        return $this->_wasMatched;
    }