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
Afficher le fichier Open project: horde/horde Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Retrieve the controller name.
public getControllerName ( ) : string
Résultat string The controller class name.

getSettingsExporterName() public méthode

Retrieve the exporter name.
public getSettingsExporterName ( ) : string
Résultat string The exporter class name.

setControllerName() public méthode

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

setSettingsExporterName() public méthode

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