PHP Class Horde_Kolab_FreeBusy, horde
Copyright 2009-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.
Mostra file
Open project: horde/horde
Class Usage Examples
Public Methods
Method Details
__construct()
public method
public __construct ( string $type, string $backend, array $params = [] ) |
$type |
string |
The export type. |
$backend |
string |
The chosen backend. |
$params |
array |
The parameters required to initialize the
application.
'script' - (string) Script name in relation to the document root.
[optional]
'config' - (array) Indicates where to find configuration options.
[optional]
'dir' - (string) Configuration files can be found in this
directory.
'request' - (array) Options for the request object. [optional]
'class' - (string) The class of request object to use (should
obviously match the request type).
'params' - (array) Additional parameters to use on request
object construction.
'mapper' - (array) Options for the mapper object. [optional]
'params' - (array) Additional parameters to use on mapper
object construction.
'request_config'- (array) Options for the request configuration. [optional]
'prefix' - (string) The class prefix to use for controllers.
'logger' - (array) The keys of the array are log handler class names
(e.g. Horde_Log_Handler_Stream) while the
corresponding values are arrays. Each such array
may contain a key 'params' that holds parameters
passed to the constructor of the log handler. It
may also hold a second key 'options' with options
passed to the instantiated log handler. [optional]
'writer' - (array) Options for the response writer object. [optional]
'class' - (string) The name of the response writer class.
'owner' - (array) Options for the data owner. [optional]
'domain' - (string) The domain that will be assumed for
domainless owners.
'provider' - (array) Options for the data provider. [optional]
'server' - (string) The URL that will be considered to be
provided locally rather than redirecting
to a remote server.
'redirect' - (boolean) Should non-local requests be redirected
to the remote server or should the data
be fetched and passed through?
'injector' - (Horde_Injector) An outside injector that allows to
inject arbitrary instance replacements.
[optional]
|
Setup the basic injector bindings.
Handle the current request.
getBackend()
public method
Return the backend the application uses for the export.
getExportType()
public method
Set an element to the given value.