PHP Класс 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.
Автор: Gunnar Wrobel ([email protected])
Наследование: implements Horde_Controller_RequestConfiguration
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

getControllerName() публичный Метод

Retrieve the controller name.
public getControllerName ( ) : string
Результат string The controller class name.

getSettingsExporterName() публичный Метод

Retrieve the exporter name.
public getSettingsExporterName ( ) : string
Результат string The exporter class name.

setControllerName() публичный Метод

Set a fixed override for the controller name.
public setControllerName ( $controllerName ) : null
Результат null

setSettingsExporterName() публичный Метод

Set the exporter name.
public setSettingsExporterName ( string $settingsName ) : null
$settingsName string The exporter class name.
Результат null