PHP 클래스 Baikal\Core\Server

This class sets up the underlying Sabre\DAV\Server object.
저자: Evert Pot (http://evertpot.com/)
파일 보기 프로젝트 열기: jeromeschneider/baikal

보호된 프로퍼티들

프로퍼티 타입 설명
$authRealm string HTTP authentication realm
$authType string "Basic" or "Digest"
$baseUri string baseUri for the sabre/dav server
$enableCalDAV boolean Is CalDAV enabled?
$enableCardDAV boolean is CardDAV enabled?
$pdo PDO Reference to Database object
$server Sabre\DAV\Server The sabre/dav Server object

공개 메소드들

메소드 설명
__construct ( boolean $enableCalDAV, boolean $enableCardDAV, string $authType, string $authRealm, PDO $pdo, string $baseUri ) Creates the server object.
start ( ) : void Starts processing

보호된 메소드들

메소드 설명
initServer ( ) : void Initializes the server object

메소드 상세

__construct() 공개 메소드

Creates the server object.
public __construct ( boolean $enableCalDAV, boolean $enableCardDAV, string $authType, string $authRealm, PDO $pdo, string $baseUri )
$enableCalDAV boolean
$enableCardDAV boolean
$authType string
$authRealm string
$pdo PDO
$baseUri string

initServer() 보호된 메소드

Initializes the server object
protected initServer ( ) : void
리턴 void

start() 공개 메소드

Starts processing
public start ( ) : void
리턴 void

프로퍼티 상세

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

HTTP authentication realm
protected string $authRealm
리턴 string

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

"Basic" or "Digest"
protected string $authType
리턴 string

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

baseUri for the sabre/dav server
protected string $baseUri
리턴 string

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

Is CalDAV enabled?
protected bool $enableCalDAV
리턴 boolean

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

is CardDAV enabled?
protected bool $enableCardDAV
리턴 boolean

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

Reference to Database object
protected PDO $pdo
리턴 PDO

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

The sabre/dav Server object
protected Server,Sabre\DAV $server
리턴 Sabre\DAV\Server