flight\core\Dispatcher::reset PHP Méthode

reset() public méthode

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