PHP Интерфейс 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.
Автор: Gunnar Wrobel ([email protected])
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

createLogger() публичный Метод

Return the logger.
public createLogger ( ) : Horde_Log_Logger
Результат Horde_Log_Logger The logger.

createMapper() публичный Метод

Create the mapper.
public createMapper ( ) : Horde_Route_Mapper
Результат Horde_Route_Mapper The mapper.

createOwner() публичный Метод

Create the owner representation.
public createOwner ( ) : Horde_Kolab_FreeBusy_Owner
Результат Horde_Kolab_FreeBusy_Owner The owner.

createProvider() публичный Метод

Create the data provider.
public createProvider ( ) : Horde_Kolab_FreeBusy_Provider
Результат Horde_Kolab_FreeBusy_Provider The provider.

createRequest() публичный Метод

Create the object representing the current request.
public createRequest ( ) : Horde_Controller_Request
Результат Horde_Controller_Request The current request.

createRequestConfiguration() публичный Метод

Create the dispatcher.
public createRequestConfiguration ( ) : Horde_Controller_Dispatcher
Результат Horde_Controller_Dispatcher The dispatcher.

createResponseWriter() публичный Метод

Create the instance that will output the response.
public createResponseWriter ( ) : Horde_Controller_ResponseWriter
Результат Horde_Controller_ResponseWriter The response writer.

createUser() публичный Метод

Create the user representation.
public createUser ( ) : Horde_Kolab_FreeBusy_User
Результат Horde_Kolab_FreeBusy_User The user.

createView() публичный Метод

Create the view object.
public createView ( ) : Horde_View
Результат Horde_View The view helper.