eZ Publish  [trunk]
eZPDF Class Reference

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, $placement)
 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 21 of file ezpdf.php.


Member Function Documentation

eZPDF::createPDF ( paper = 'a4',
orientation = 'portrait' 
)

Definition at line 1066 of file ezpdf.php.

Referenced by modify().

eZPDF::eZPDF ( name = "pdf")

Initializes the object with the name $name, default is "attribute".

Definition at line 27 of file ezpdf.php.

eZPDF::modify ( tpl,
operatorName,
operatorParameters,
rootNamespace,
currentNamespace,
&$  operatorValue,
namedParameters,
placement 
)

Display the variable.

Definition at line 54 of file ezpdf.php.

Returns the template operators.

Definition at line 36 of file ezpdf.php.


Member Data Documentation

eZPDF::$Config

Definition at line 1076 of file ezpdf.php.

eZPDF::$Operators

The array of operators, used for registering operators.

Definition at line 1074 of file ezpdf.php.

eZPDF::$PDF

Definition at line 1075 of file ezpdf.php.


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