HTML_Progress
[ class tree: HTML_Progress ] [ index: HTML_Progress ] [ all elements ]

Class: HTML_Progress_Observer

Source Location: /Progress/observer.php

Class Overview


The HTML_Progress_Observer implements the observer pattern for watching progress bar activity and taking actions on exceptional events.


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 1997-2005 The PHP Group

Methods


Inherited Variables

Inherited Methods


Class Details

[line 48]
The HTML_Progress_Observer implements the observer pattern for watching progress bar activity and taking actions on exceptional events.

PHP versions 4 and 5

LICENSE: This source file is subject to version 3.0 of the PHP license that is available through the world-wide-web at the following URI: http://www.php.net/license/3_0.txt. If you did not receive a copy of the PHP License and are unable to obtain it through the web, please send a note to license@php.net so we can mail you a copy immediately.




Tags:

link:  http://pear.php.net/package/HTML_Progress
version:  Release: @package_version@
license:  PHP License 3.0
copyright:  1997-2005 The PHP Group
author:  Laurent Laville <mailto:pear@laurent-laville.org>


[ Top ]


Class Methods


constructor HTML_Progress_Observer [line 65]

HTML_Progress_Observer HTML_Progress_Observer( )

Creates a new basic HTML_Progress_Observer instance.



Tags:

access:  public
since:  1.0


[ Top ]

method notify [line 85]

void notify( mixed $event)

This is a stub method to make sure that HTML_Progress_Observer classes do something when they are notified of a message. The default behavior is to just write into a file 'progress_observer.log' in current directory.

You should override this method.

Default events :

  • setMinimum
  • setMaximum
  • setValue




Tags:

access:  public
since:  1.0


Parameters:

mixed   $event   A hash describing the progress event.

[ Top ]


Documentation generated on Sun, 25 Sep 2005 17:25:36 +0200 by phpDocumentor 1.2.3