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