History
class History
History.
Methods
Details
at line line 27
clear()
Clears the history.
at line line 38
add(Request $request)
Adds a Request to the history.
at line line 50
bool
isEmpty()
Returns true if the history is empty.
at line line 62
Request
back()
Goes back in the history.
at line line 78
Request
forward()
Goes forward in the history.
at line line 94
Request
current()
Returns the current element in the history.