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

File: Progress.php

Source Location: /HTML_Progress-1.2.6/Progress.php

Classes:

HTML_Progress
HTML loading bar with only PHP and JS interface.

Page Details:

HTML loading bar with only PHP and JS interface.

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.

Includes:

require_once('HTML/Progress/DM.php') [line 23]
require_once('HTML/Progress/UI.php') [line 24]

HTML_PROGRESS_BAR_HORIZONTAL [line 32]

HTML_PROGRESS_BAR_HORIZONTAL = 1
Progress Bar shape types
  • Since: 0.6

[ Top ]



HTML_PROGRESS_BAR_VERTICAL [line 33]

HTML_PROGRESS_BAR_VERTICAL = 2
Progress Bar shape types
  • Since: 0.6

[ Top ]



HTML_PROGRESS_CIRCLE [line 43]

HTML_PROGRESS_CIRCLE = 4
Progress Bar shape types
  • Since: 1.2.0RC1

[ Top ]



HTML_PROGRESS_DEPRECATED [line 70]

HTML_PROGRESS_DEPRECATED = -102
Basic error code that indicate a deprecated method that may be removed at any time from a future version
  • Since: 1.2.0RC1

[ Top ]



HTML_PROGRESS_ERRORSTACK_IGNORE [line 97]

HTML_PROGRESS_ERRORSTACK_IGNORE = 4
If this is returned, then the error is completely ignored.

One of five possible return values from the error Callback

  • See: HTML_Progress::_handleError
  • Since: 1.2.0

[ Top ]



HTML_PROGRESS_ERRORSTACK_LOG [line 93]

HTML_PROGRESS_ERRORSTACK_LOG = 3
If this is returned, then the error will only be logged, but not pushed onto the error stack.

One of five possible return values from the error Callback

  • See: HTML_Progress::_handleError
  • Since: 1.2.0

[ Top ]



HTML_PROGRESS_ERRORSTACK_LOGANDDIE [line 102]

HTML_PROGRESS_ERRORSTACK_LOGANDDIE = 5
If this is returned, then the error will only be logged, but not pushed onto the error stack because will halt script execution.

One of five possible return values from the error Callback

  • See: HTML_Progress::_handleError
  • Since: 1.2.0

[ Top ]



HTML_PROGRESS_ERRORSTACK_PUSH [line 88]

HTML_PROGRESS_ERRORSTACK_PUSH = 2
If this is returned, then the error will only be pushed onto the stack, and not logged.

One of five possible return values from the error Callback

  • See: HTML_Progress::_handleError
  • Since: 1.2.0

[ Top ]



HTML_PROGRESS_ERRORSTACK_PUSHANDLOG [line 83]

HTML_PROGRESS_ERRORSTACK_PUSHANDLOG = 1
If this is returned, then the error will be both pushed onto the stack and logged.

One of five possible return values from the error Callback

  • See: HTML_Progress::_handleError
  • Since: 1.2.0

[ Top ]



HTML_PROGRESS_ERROR_INVALID_CALLBACK [line 61]

HTML_PROGRESS_ERROR_INVALID_CALLBACK = -101
Basic error code that indicate a wrong callback definition.

Allows only function or class-method structure.

  • Since: 1.1

[ Top ]



HTML_PROGRESS_ERROR_INVALID_INPUT [line 52]

HTML_PROGRESS_ERROR_INVALID_INPUT = -100
Basic error code that indicate a wrong input
  • Since: 1.0

[ Top ]



HTML_PROGRESS_LOG_TYPE_FILE [line 124]

HTML_PROGRESS_LOG_TYPE_FILE = 3
Append to a file

Log types for PHP's native error_log() function

  • See: HTML_Progress::_errorHandler
  • Since: 1.2.0

[ Top ]



HTML_PROGRESS_LOG_TYPE_MAIL [line 120]

HTML_PROGRESS_LOG_TYPE_MAIL = 1
Use PHP's mail() function

Log types for PHP's native error_log() function

  • See: HTML_Progress::_errorHandler
  • Since: 1.2.0

[ Top ]



HTML_PROGRESS_LOG_TYPE_SYSTEM [line 116]

HTML_PROGRESS_LOG_TYPE_SYSTEM = 0
Use PHP's system logger

Log types for PHP's native error_log() function

  • See: HTML_Progress::_errorHandler
  • Since: 1.2.0

[ Top ]



HTML_PROGRESS_POLYGONAL [line 42]

HTML_PROGRESS_POLYGONAL = 3
Progress Bar shape types
  • Since: 1.2.0RC1

[ Top ]



Documentation generated on Mon, 11 Mar 2019 15:24:46 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.