class History
History.
Methods
clear() Clears the history. | ||
add(Request $request) Adds a Request to the history. | ||
bool | 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. |
Please login to continue.