Path

ez components / documentation / api reference / 2009.2.1 / document


eZ Components 2009.2.1

Document: ezcDocumentOptions

[ Tutorial ] [ Conversion ] [ Styles ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Class: ezcDocumentOptions

Class containing the basic options for the ezcDocument [source]

Parents

ezcBaseOptions
   |
   --ezcDocumentOptions

Descendents

Child Class Description
ezcDocumentPdfFooterOptions Class containing the basic options for the ezcDocumentDocbook class
ezcDocumentBBCodeOptions Class containing the basic options for the ezcDocumentBBCode.
ezcDocumentWikiOptions Class containing the basic options for the ezcDocumentWiki.
ezcDocumentPdfOptions Class containing the basic options for the ezcDocumentDocbook class.
ezcDocumentRstOptions Class containing the basic options for the ezcDocumentRst.
ezcDocumentXmlOptions Class containing the basic options for the ezcDocumentXmlBase

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.
bool read/write  $validate
Validate the input document before the conversion.

Member Variables

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

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.
Last updated: Tue, 23 Mar 2010