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

Class: ActionProcess

Source Location: /HTML_Progress2-2.0.0RC2/Progress2/Generator/Process.php

Class Overview

HTML_QuickForm_Action
   |
   --ActionProcess

The ActionProcess class provides final step of ProgressBar creation.


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 1997-2005 The PHP Group

Methods


Child classes:

MyProcessHandler
The ActionProcess class provides final step of ProgressBar creation.

Inherited Variables

Inherited Methods


Class Details

[line 45]
The ActionProcess class provides final step of ProgressBar creation.

Manage php/css source-code save and cancel action.

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.



[ Top ]


Method Detail

exportOutput   [line 210]

void exportOutput( string $str, [string $mime = 'text/plain'], [ $charset = 'iso-8859-1'], boolean $raw)

Prints a string to standard output, with http headers if necessary
  • Since: 2.0.0
  • Access: public

Parameters:

string   $str   —  string to print
string   $mime   —  (optional) mime description
boolean   $raw   —  (optional) charset to use
   $charset   — 

[ Top ]

perform   [line 57]

void perform( &$page, string $actionName, string $page)

Performs an action on a page of the controller (wizard)
  • Since: 2.0.0
  • Access: public

Overridden in child classes as:

MyProcessHandler::perform()

Parameters:

string   $page   —  current page displayed by the controller
string   $actionName   —  page action asked
   &$page   — 

[ Top ]

sprintCSS   [line 98]

string sprintCSS( &$pBar, [boolean $raw = false], object $pBar)

Returns a formatted string of the progress meter stylesheet
  • Since: 2.0.0
  • Access: public

Parameters:

object   $pBar   —  progress meter object reference
boolean   $raw   —  (optional) decides whether to put html tags or not
   &$pBar   — 

[ Top ]

sprintPHP   [line 114]

string sprintPHP( &$pBar, boolean $cssCode, [boolean $raw = false], object $pBar)

Returns a formatted string of the progress meter php code
  • Since: 2.0.0
  • Access: public

Parameters:

object   $pBar   —  progress meter object reference
boolean   $cssCode   —  returns css source code
boolean   $raw   —  (optional) decides whether to put php tags or not
   &$pBar   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:16:23 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.