Path

ez components / documentation / api reference / 2008.2.2 / document


eZ Components 2008.2.2

Document: ezcDocumentEzXmlOptions

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

Class: ezcDocumentEzXmlOptions

Class containing the basic options for the ezcDocumentEzXml class [source]

Parents

ezcBaseOptions
   |
   --ezcDocumentOptions
      |
      --ezcDocumentXmlOptions
         |
         --ezcDocumentEzXmlOptions

Properties

bool read/write  $indentXml
Indent XML on output
string read/write  $relaxNgSchema
Relax NG schema which is used to validate the eZ Publish 3 documents.

Inherited Member Variables

From ezcDocumentOptions:
protected  ezcDocumentOptions::$properties

Method Summary

public ezcDocumentEzXmlOptions __construct( [$options = array()] )
Constructs an object with the specified values.

Inherited Methods

From ezcDocumentXmlOptions :
public ezcDocumentXmlOptions ezcDocumentXmlOptions::__construct()
Constructs an object with the specified values.
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.

Methods

__construct

ezcDocumentEzXmlOptions __construct( [ $options = array()] )
Constructs an object with the specified values.

Parameters

Name Type Description
$options array(string=>mixed)  

Throws

ClassDescription
ezcBasePropertyNotFoundException if $options contains a property not defined
ezcBaseValueException if $options contains a property with a value not allowed

Redefinition of

Method Description
ezcDocumentXmlOptions::__construct() Constructs an object with the specified values.

Last updated: Mon, 30 Mar 2009