flight\core\Dispatcher::reset PHP Method

reset() public method

Resets the object to the initial state.
public reset ( )
    public function reset()
    {
        $this->events = array();
        $this->filters = array();
    }