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.
Datei anzeigen Open project: horde/horde

Public Methods

Method 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 method

Return the logger.
public createLogger ( ) : Horde_Log_Logger
return Horde_Log_Logger The logger.

createMapper() public method

Create the mapper.
public createMapper ( ) : Horde_Route_Mapper
return Horde_Route_Mapper The mapper.

createOwner() public method

Create the owner representation.
public createOwner ( ) : Horde_Kolab_FreeBusy_Owner
return Horde_Kolab_FreeBusy_Owner The owner.

createProvider() public method

Create the data provider.
public createProvider ( ) : Horde_Kolab_FreeBusy_Provider
return Horde_Kolab_FreeBusy_Provider The provider.

createRequest() public method

Create the object representing the current request.
public createRequest ( ) : Horde_Controller_Request
return Horde_Controller_Request The current request.

createRequestConfiguration() public method

Create the dispatcher.
public createRequestConfiguration ( ) : Horde_Controller_Dispatcher
return Horde_Controller_Dispatcher The dispatcher.

createResponseWriter() public method

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

createUser() public method

Create the user representation.
public createUser ( ) : Horde_Kolab_FreeBusy_User
return Horde_Kolab_FreeBusy_User The user.

createView() public method

Create the view object.
public createView ( ) : Horde_View
return Horde_View The view helper.