flight\net\Router::reset PHP Method

reset() public method

Reset to the first route.
public reset ( )
    public function reset()
    {
        $this->index = 0;
    }