eZPDF provides template operators for dealing with pdf generation
More...
List of all members.
Public Member Functions |
| | createPDF ($paper= 'a4', $orientation= 'portrait') |
| | eZPDF ($name="pdf") |
| | modify (&$tpl, &$operatorName, &$operatorParameters, &$rootNamespace, &$currentNamespace, &$operatorValue, &$namedParameters) |
| | namedParameterList () |
| & | operatorList () |
Public Attributes |
| | $Config |
| | $Operators |
| | The array of operators, used for registering operators.
|
| | $PDF |
Detailed Description
eZPDF provides template operators for dealing with pdf generation
Definition at line 47 of file ezpdf.php.
Member Function Documentation
| eZPDF::createPDF |
( |
$ |
paper = 'a4', |
|
|
$ |
orientation = 'portrait' | |
|
) |
| | |
| eZPDF::eZPDF |
( |
$ |
name = "pdf" |
) |
|
Initializes the object with the name $name, default is "attribute".
Definition at line 53 of file ezpdf.php.
| eZPDF::modify |
( |
&$ |
tpl, |
|
|
&$ |
operatorName, |
|
|
&$ |
operatorParameters, |
|
|
&$ |
rootNamespace, |
|
|
&$ |
currentNamespace, |
|
|
&$ |
operatorValue, |
|
|
&$ |
namedParameters | |
|
) |
| | |
Display the variable.
Definition at line 80 of file ezpdf.php.
| eZPDF::namedParameterList |
( |
|
) |
|
| & eZPDF::operatorList |
( |
|
) |
|
Returns the template operators.
Definition at line 62 of file ezpdf.php.
Member Data Documentation
The array of operators, used for registering operators.
Definition at line 1117 of file ezpdf.php.
The documentation for this class was generated from the following file: