Метод | Описание | |
---|---|---|
back ( ) : boolean | Step back one place in the history. Stops at the first page. | |
forward ( ) : boolean | Step forward one place. If already at the latest entry then nothing will happen. | |
getParameters ( ) : SimpleFormEncoding | Parameters of last fetch from current history position. | |
getUrl ( ) : SimpleUrl | Last fully qualified URL for current history position. | |
recordEntry ( SimpleUrl $url, SimpleEncoding $parameters ) | Adds a successfully fetched page to the history. |
Метод | Описание | |
---|---|---|
atBeginning ( ) : boolean | Test for being at the beginning. | |
atEnd ( ) : boolean | Test for being at the last entry. | |
dropFuture ( ) | Ditches all future entries beyond the current point. | |
isEmpty ( ) : boolean | Test for no entries yet. |
protected atBeginning ( ) : boolean | ||
Результат | boolean | True if first. |
protected dropFuture ( ) |
public getParameters ( ) : SimpleFormEncoding | ||
Результат | SimpleFormEncoding | Post parameters. |
public getUrl ( ) : SimpleUrl | ||
Результат | SimpleUrl | URL for this position. |
public recordEntry ( SimpleUrl $url, SimpleEncoding $parameters ) | ||
$url | SimpleUrl | URL of fetch. |
$parameters | SimpleEncoding | Any post data with the fetch. |