#014091: wrong docu for ezcBaseConfigurationInitializer
Description:
--- a/src/interfaces/configuration_initializer.php
+++ b/src/interfaces/configuration_initializer.php
@@ -17,14 +17,11 @@
interface ezcBaseConfigurationInitializer
{
/**
- * Sets the options for the writer.
+ * Configures the object given or identified by the parameter.
*
- * 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.
- *
- * @param array $options
+ * @param mixed $toInitialize
+ * @return mixed either a configured object or null if the object to configure was
*/
- static public function configureObject( $options );
+ static public function configureObject( $toInitialize );
Environment:
Operating System:
PHP Version: (please be specific, like '4.4.3' or '5.1.5')
Database and version:
Browser (and version):