PHP Class Horde_Kolab_FreeBusy_Controller_RequestConfiguration, horde

Copyright 2011-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Inheritance: implements Horde_Controller_RequestConfiguration
Datei anzeigen Open project: horde/horde Class Usage Examples

Public Methods

Method Description
getControllerName ( ) : string Retrieve the controller name.
getSettingsExporterName ( ) : string Retrieve the exporter name.
setControllerName ( $controllerName ) : null Set a fixed override for the controller name.
setSettingsExporterName ( string $settingsName ) : null Set the exporter name.

Method Details

getControllerName() public method

Retrieve the controller name.
public getControllerName ( ) : string
return string The controller class name.

getSettingsExporterName() public method

Retrieve the exporter name.
public getSettingsExporterName ( ) : string
return string The exporter class name.

setControllerName() public method

Set a fixed override for the controller name.
public setControllerName ( $controllerName ) : null
return null

setSettingsExporterName() public method

Set the exporter name.
public setSettingsExporterName ( string $settingsName ) : null
$settingsName string The exporter class name.
return null