프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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 |