'option_value'). * * Each implementor must document the options that it accepts and throw an * {@link ezcBaseConfigException} with the * {@link ezcBaseConfigException::UNKNOWN_CONFIG_SETTING} type if an option * is not supported. * * @param mixed $configurationData * @return void */ public function setOptions( array $configurationData ); /** * Returns an array with translation data for the context $context and the locale * $locale. * * This method returns an array describing the map used for translation of text. * @see ezcTranslation::$translationMap for the format. * * @throws TranslationException when a context is not available. * @param string locale * @param string context * @return array */ public function getContext( $locale, $context ); } ?>