Zeta Components - high quality PHP components

Zeta Components Manual :: Docs For Class ezcDocumentConverterOptions

Document::ezcDocumentConverterOptions

Class ezcDocumentConverterOptions

Class containing the basic options for the ezcDocumentConverter

Source for this file: /Document/src/options/converter.php

ezcBaseOptions
   |
   --ezcDocumentConverterOptions
Version:   //autogen//

Descendants

Child Class Description
ezcDocumentDocbookToEzXmlConverterOptions Class containing the basic options for the ezcDocumentEzp3Xml class
ezcDocumentDocbookToRstConverterOptions Class containing the basic options for the ezcDocumentEzp3Xml class
ezcDocumentDocbookToWikiConverterOptions Class containing the basic options for the ezcDocumentEzp3Xml class
ezcDocumentXsltConverterOptions Class containing the basic options for the ezcDocumentEzp3Xml class
ezcDocumentEzXmlToDocbookConverterOptions Class containing the basic options for the ezcDocumentEzp3Xml class.
ezcDocumentDocbookToOdtConverterOptions Class containing the basic options for the ezcDocumentToOdtConverter.
ezcDocumentHtmlConverterOptions Class containing the basic options for the ezcDocumentEzp3Xml class

Properties

int read/write $errorReporting
Error reporting level. All errors with a severity greater or equel then the defined level are converted to exceptions. All other errors are just stored in errors property of the parser class.

Member Variables

protected array(string=>mixed) $properties = array(
'errorReporting' => 15, // E_PARSE | E_ERROR | E_WARNING | E_NOTICE
)

Container to hold the properties

Inherited Methods

From ezcBaseOptions
public ezcBaseOptions ezcBaseOptions::__construct()
Construct a new options object.
public void ezcBaseOptions::merge()
Merge an array into the actual options object.
public bool ezcBaseOptions::offsetExists()
Returns if an option exists.
public mixed ezcBaseOptions::offsetGet()
Returns an option value.
public void ezcBaseOptions::offsetSet()
Set an option.
public void ezcBaseOptions::offsetUnset()
Unset an option.
Documentation generated by phpDocumentor 1.4.3