Class SimpleBrowserHistory

Description

Browser history list.

Located in /browser.php (line 30)


	
			
Variable Summary
 mixed $_position
 mixed $_sequence
Method Summary
 SimpleBrowserHistory SimpleBrowserHistory ()
 boolean back ()
 boolean forward ()
 SimpleFormEncoding getParameters ()
 void recordEntry (SimpleUrl $url, SimpleEncoding $parameters)
Variables
mixed $_position (line 32)
mixed $_sequence (line 31)
Methods
Constructor SimpleBrowserHistory (line 38)

Starts empty.

  • access: public
SimpleBrowserHistory SimpleBrowserHistory ()
back (line 116)

Step back one place in the history. Stops at the first page.

  • return: True if any previous entries.
  • access: public
boolean back ()
forward (line 130)

Step forward one place. If already at the latest entry then nothing will happen.

  • return: True if any future entries.
  • access: public
boolean forward ()
getParameters (line 103)

Parameters of last fetch from current history position.

  • return: Post parameters.
  • access: public
SimpleFormEncoding getParameters ()
getUrl (line 90)

Last fully qualified URL for current history position.

  • return: URL for this position.
  • access: public
SimpleUrl getUrl ()
recordEntry (line 76)

Adds a successfully fetched page to the history.

  • access: public
void recordEntry (SimpleUrl $url, SimpleEncoding $parameters)

Documentation generated on Sun, 04 May 2008 09:21:20 -0500 by phpDocumentor 1.3.0