Documentation

Horde_Core_Controller_RequestConfiguration
in package
implements Horde_Controller_RequestConfiguration

The Horde_Core_Controller_RequestConfiguration class provides information from the request to identify the Controller.

Copyright 2009-2020 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (LGPL-2). If you did not receive this file, see http://www.horde.org/licenses/lgpl.

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

license

http://www.horde.org/licenses/lgpl LGPL-2

Table of Contents

Interfaces

Horde_Controller_RequestConfiguration

Properties

$_application  : mixed
$_classNames  : mixed

Methods

__construct()  : mixed
Constructor
getApplication()  : string
Return the application which should handle the request
getControllerName()  : string
Return the controller class name
getSettingsExporterName()  : string
Return the settings exporter class name
setApplication()  : void
Store the application which should handle the request
setControllerName()  : void
Store the application which should handle the request
setSettingsExporterName()  : void
Store the settings exporter class name

Properties

Methods

getApplication()

Return the application which should handle the request

public getApplication() : string
Return values
string

The application identifier

getControllerName()

Return the controller class name

public getControllerName() : string
Return values
string

The controller name

getSettingsExporterName()

Return the settings exporter class name

public getSettingsExporterName() : string
Return values
string

The exporter class name

setApplication()

Store the application which should handle the request

public setApplication(string $application) : void
Parameters
$application : string

The application identifier

setControllerName()

Store the application which should handle the request

public setControllerName(string $controllerName) : void
Parameters
$controllerName : string

The controller class name

setSettingsExporterName()

Store the settings exporter class name

public setSettingsExporterName(string $settingsName) : void
Parameters
$settingsName : string

The exporter class name


        
On this page

Search results