PHP 클래스 Horde_Kolab_FreeBusy_Driver_Base, 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.
저자: Steffen Hansen ([email protected])
저자: Gunnar Wrobel ([email protected])
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$logger Horde_Log_Logger The logging handler.

공개 메소드들

메소드 설명
__construct ( $callee = null, $callee_part = null, $logger = null ) Constructor.
authenticated ( ) : boolean | PEAR_Error Check if we are in an authenticated situation.
factory ( Horde_Provider $provider ) : Horde_Kolab_FreeBusy_Driver_Base Create a new driver.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( $callee = null, $callee_part = null, $logger = null )

authenticated() 공개 메소드

Check if we are in an authenticated situation.
public authenticated ( ) : boolean | PEAR_Error
리턴 boolean | PEAR_Error True if successful.

factory() 공개 정적인 메소드

Create a new driver.
public static factory ( Horde_Provider $provider ) : Horde_Kolab_FreeBusy_Driver_Base
$provider Horde_Provider The instance providing required dependencies.
리턴 Horde_Kolab_FreeBusy_Driver_Base The new driver.

프로퍼티 상세

$logger 보호되어 있는 프로퍼티

The logging handler.
protected Horde_Log_Logger $logger
리턴 Horde_Log_Logger