flight\core\Loader::reset PHP Method

reset() public method

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