Document: ezcDocumentXsltConverterOptions
[ ]
[ Conversion ]
[ ]
[ ]
[ ]
[ ]
Class: ezcDocumentXsltConverterOptions
|
Class containing the basic options for the ezcDocumentEzp3Xml class [
source]
Parents
ezcBaseOptions
|
--ezcDocumentConverterOptions
|
--ezcDocumentXsltConverterOptions
Descendents
Properties
|
boolean |
read/write
|
$failOnError
Boolean indicator if the conversion should be aborted, when errors occurs with an exception, or if the errors just should be ignored. |
|
array |
read/write
|
$parameters
List of aparameters for the XSLT transformation. Parameters are given as array, with the structure array( 'namespace' => array( 'option' => 'value' ) ), where namespace may also be an empty string. |
|
string |
read/write
|
$xslt
Path to XSLT, which should be used for the conversion. |
Inherited Member Variables
From
ezcDocumentConverterOptions:
Method Summary
|
public ezcDocumentXsltConverterOptions |
__construct(
[$options = array()] )
Constructs an object with the specified values. |
Inherited Methods
From
ezcBaseOptions :
Methods
__construct
ezcDocumentXsltConverterOptions __construct(
[
$options = array()] )
Constructs an object with the specified values.
Parameters
| Name |
Type |
Description |
$options |
array(string=>mixed) |
|
Throws
| Class | Description |
ezcBasePropertyNotFoundException |
if $options contains a property not defined |
ezcBaseValueException |
if $options contains a property with a value not allowed |
Redefinition of
Redefined in descendants as
Last updated: Mon, 05 Jan 2009