Path

ez components / documentation / api reference / trunk / document


eZ Components trunk

Document: ezcDocumentEzp3ToEzp4ConverterOptions

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

Class: ezcDocumentEzp3ToEzp4ConverterOptions

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

Parents

ezcBaseOptions
   |
   --ezcDocumentConverterOptions
      |
      --ezcDocumentXsltConverterOptions
         |
         --ezcDocumentEzp3ToEzp4ConverterOptions

Properties

array read/write  $customInlineTags
Array with custom inline tags

Inherited Member Variables

From ezcDocumentConverterOptions:
protected  ezcDocumentConverterOptions::$properties

Method Summary

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

Inherited Methods

From ezcDocumentXsltConverterOptions :
public ezcDocumentXsltConverterOptions ezcDocumentXsltConverterOptions::__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

ezcDocumentEzp3ToEzp4ConverterOptions __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
ezcDocumentXsltConverterOptions::__construct() Constructs an object with the specified values.

Last updated: Wed, 22 Oct 2008