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

Class: ActionProcess

Source Location: /HTML_Progress2-2.4.2/HTML/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:

  • 2005-2008 Laurent Laville

Methods


Inherited Variables

Inherited Methods


Class Details

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

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



[ Top ]


Method Detail

exportOutput   [line 244]

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

Prints a string to standard output, with http headers if necessary
  • Since: version 2.0.0 (2005-10-01)
  • Access: public

Parameters:

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

[ Top ]

perform   [line 71]

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

Performs an action on a page of the controller (wizard)
  • Since: version 2.0.0 (2005-10-01)
  • Access: public

Parameters:

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

[ Top ]

sprintCSS   [line 112]

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

Returns a formatted string of the progress meter stylesheet
  • Since: version 2.0.0 (2005-10-01)
  • Access: public

Parameters:

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

[ Top ]

sprintPHP   [line 128]

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

Returns a formatted string of the progress meter php code
  • Since: version 2.0.0 (2005-10-01)
  • 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

[ Top ]


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