History
class History
History.
Methods
__construct()
Constructor.
clear()
Clears the history.
Boolean
isEmpty()
Returns true if the history is empty.
Details
at line line 27
__construct()
Constructor.
at line line 35
clear()
Clears the history.
at line line 46
add(Request $request)
Adds a Request to the history.
at line line 58
Boolean
isEmpty()
Returns true if the history is empty.
at line line 70
Request
back()
Goes back in the history.
at line line 86
Request
forward()
Goes forward in the history.
at line line 102
Request
current()
Returns the current element in the history.