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.
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
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.