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

Class: ActionProcess

Source Location: /HTML_Progress2-2.1.0/Progress2/Generator/Process.php

Class Overview

HTML_QuickForm_Action
   |
   --ActionProcess

The ActionProcess class provides final step of ProgressBar creation.


Author(s):

Version:

  • Release: 2.1.0

Copyright:

  • 2005-2006 The PHP Group

Methods


Inherited Variables

Inherited Methods


Class Details

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

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



[ Top ]


Method Detail

exportOutput   [line 204]

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 51]

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

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

Parameters:

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

[ Top ]

sprintCSS   [line 92]

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 108]

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:42:49 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.