Interface DDRServiceConfiguration

Description

Interface that must be implemented by classes returned by the DDRServiceConfigurationFactory class.

Located in /common/plugins/DDRServiceConfigurationFactory.php (line 96)


	
			
Method Summary
void addOptions ()
mixed getConfig ()
string getOptions ()
void printOptions ()
Methods
addOptions (line 109)

Registers the options that may be set to fine-tune the underlying Service implementation.

void addOptions ()
getConfig (line 103)

Retrieves the configuration settings passed along to Service::initialize().

  • return: Service configuration settings
mixed getConfig ()
getOptions (line 126)

Returns the registered options as a comma separated value list. The returned string must end with a ',' or be empty.

  • return: The list of options
string getOptions ()
printOptions (line 118)

Prints and gives the possibility to change the options in admin pages.

NB: options saving should be automatically handled by the underlying CMS tool.

void printOptions ()

Documentation generated on Tue, 17 Nov 2009 19:00:38 +0100 by phpDocumentor 1.4.2