Beispiel #1
0
 /**
  * Connect to the resource.
  *
  * @return NULL
  *
  * @throws Horde_Kolab_FreeBusy_Exception If connecting to the resource
  *                                        failed.
  */
 public function connect()
 {
     $this->_resource->connect();
 }
Beispiel #2
0
 /**
  * Connect to the resource.
  *
  * @return NULL
  *
  * @throws Horde_Kolab_FreeBusy_Exception If connecting to the resource
  *                                        failed.
  */
 public function connect()
 {
     $this->_resource->connect();
     $this->logger->debug(sprintf('Successfully connected to resource %s', $this->_resource->getName()));
 }