PHP Interface Horde_Kolab_FreeBusy_Factory, 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.
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode Description
createLogger ( ) : Horde_Log_Logger Return the logger.
createMapper ( ) : Horde_Route_Mapper Create the mapper.
createOwner ( ) : Horde_Kolab_FreeBusy_Owner Create the owner representation.
createProvider ( ) : Horde_Kolab_FreeBusy_Provider Create the data provider.
createRequest ( ) : Horde_Controller_Request Create the object representing the current request.
createRequestConfiguration ( ) : Horde_Controller_Dispatcher Create the dispatcher.
createResponseWriter ( ) : Horde_Controller_ResponseWriter Create the instance that will output the response.
createUser ( ) : Horde_Kolab_FreeBusy_User Create the user representation.
createView ( ) : Horde_View Create the view object.

Method Details

createLogger() public méthode

Return the logger.
public createLogger ( ) : Horde_Log_Logger
Résultat Horde_Log_Logger The logger.

createMapper() public méthode

Create the mapper.
public createMapper ( ) : Horde_Route_Mapper
Résultat Horde_Route_Mapper The mapper.

createOwner() public méthode

Create the owner representation.
public createOwner ( ) : Horde_Kolab_FreeBusy_Owner
Résultat Horde_Kolab_FreeBusy_Owner The owner.

createProvider() public méthode

Create the data provider.
public createProvider ( ) : Horde_Kolab_FreeBusy_Provider
Résultat Horde_Kolab_FreeBusy_Provider The provider.

createRequest() public méthode

Create the object representing the current request.
public createRequest ( ) : Horde_Controller_Request
Résultat Horde_Controller_Request The current request.

createRequestConfiguration() public méthode

Create the dispatcher.
public createRequestConfiguration ( ) : Horde_Controller_Dispatcher
Résultat Horde_Controller_Dispatcher The dispatcher.

createResponseWriter() public méthode

Create the instance that will output the response.
public createResponseWriter ( ) : Horde_Controller_ResponseWriter
Résultat Horde_Controller_ResponseWriter The response writer.

createUser() public méthode

Create the user representation.
public createUser ( ) : Horde_Kolab_FreeBusy_User
Résultat Horde_Kolab_FreeBusy_User The user.

createView() public méthode

Create the view object.
public createView ( ) : Horde_View
Résultat Horde_View The view helper.