Path

ez components / documentation / api reference / 2006.2 / base


eZ Components 2006.2

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( $object, $options )
Sets the options for the writer.

Methods

configureObject

void configureObject( $object, 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  
$object  

Last updated: Thu, 01 Nov 2007