Class WURFLServiceConfiguration

Description

Implements interfaces:

The WURFLServiceConfiguration class defines the settings required to instantiate a working WURFLService.

Located in /plugins/joomla/mobileOKPythia/includes/WURFLServiceConfiguration.php (line 31)


	
			
Method Summary
void addOptions ()
arraystring> getConfig ()
void getOptions ()
void printOptions ()
Methods
Constructor WURFLServiceConfiguration (line 43)

Constructor of the class.

  • return: Created instance.
WURFLServiceConfiguration WURFLServiceConfiguration (JParameter $params)
  • JParameter $params: The list of parameters of the plug-in
addOptions (line 74)
void addOptions ()

Implementation of:
DDRServiceConfiguration::addOptions()
Registers the options that may be set to fine-tune the underlying Service implementation.
getConfig (line 56)

Retrieves the configuration settings to use to instantiate a WURFLService. The method throws an exception when the path to the WURFL database is incorrect.

  • return: An array with a 'wurfl_path' key whose value is the path to the folder that contains the prepared WURFL database.
arraystring> getConfig ()

Implementation of:
DDRServiceConfiguration::getConfig()
Retrieves the configuration settings passed along to Service::initialize().
getOptions (line 80)
void getOptions ()

Implementation of:
DDRServiceConfiguration::getOptions()
Returns the registered options as a comma separated value list. The returned string must end with a ',' or be empty.
printOptions (line 77)
void printOptions ()

Implementation of:
DDRServiceConfiguration::printOptions()
Prints and gives the possibility to change the options in admin pages.

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