예제 #1
0
파일: Mcache.php 프로젝트: horde/horde
 /**
  * Connect to the resource.
  *
  * @return NULL
  *
  * @throws Horde_Kolab_FreeBusy_Exception If connecting to the resource
  *                                        failed.
  */
 public function connect()
 {
     $this->_resource->connect();
 }
예제 #2
0
파일: Log.php 프로젝트: jubinpatel/horde
 /**
  * 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()));
 }