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.
상속: implements Horde_Controller_RequestConfiguration
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
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