Path

ez components / documentation / api reference / trunk / base


eZ Components trunk

Base: ezcBaseConfigurationInitializer

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

Interface: ezcBaseConfigurationInitializer

This class provides the interface that classes need to implement to act as an callback initializer class to work with the delayed initialization mechanism. [source]

Method Summary

public static void configureObject( $options )
Sets the options for the writer.

Methods

configureObject

void configureObject( array $options )
Sets the options for the writer.
The options will be used the next time the save() method is called. The $options array is an associative array with the options for the writer. It depends on the specific writer which options are allowed here.

Parameters

Name Type Description
$options array  

Last updated: Mon, 10 Nov 2008