eZ Publish  [trunk]
eZProcess Class Reference

Executes php scripts with parameters safely. More...

List of all members.

Public Member Functions

 runFile ($Params, $file, $params_as_var)

Static Public Member Functions

static instance ()
 Returns a shared instance of the eZProcess class.
static run ($file, $Params=array(), $params_as_var=false)

Detailed Description

Executes php scripts with parameters safely.

Definition at line 17 of file ezprocess.php.


Member Function Documentation

static eZProcess::instance ( ) [static]

Returns a shared instance of the eZProcess class.

Returns:
eZProcess

Definition at line 64 of file ezprocess.php.

Referenced by run().

static eZProcess::run ( file,
Params = array(),
params_as_var = false 
) [static]

Definition at line 19 of file ezprocess.php.

eZProcess::runFile ( Params,
file,
params_as_var 
)

Helper function, executes the file.

Definition at line 27 of file ezprocess.php.


The documentation for this class was generated from the following file: