Пример #1
0
<?php

/*+***********************************************************************************************************************************
 * The contents of this file are subject to the YetiForce Public License Version 1.1 (the "License"); you may not use this file except
 * in compliance with the License.
 * Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.
 * See the License for the specific language governing rights and limitations under the License.
 * The Original Code is YetiForce.
 * The Initial Developer of the Original Code is YetiForce. Portions created by YetiForce are Copyright (C) www.yetiforce.com. 
 * All Rights Reserved.
 *************************************************************************************************************************************/
include_once 'include/main/WebUI.php';
$db = PearDatabase::getInstance();
$log =& LoggerManager::getLogger('CardDAV');
$log->debug("Start cron CardDAV");
API_DAV_Model::runCronCardDav($log);
$log->debug("End cron CardDAV");
Пример #2
0
 public function getAllKeys()
 {
     return API_DAV_Model::getAllUser();
 }