Horde_Kolab_Storage_Driver::getBackend PHP Method

getBackend() public method

If there is no driver set the driver should be constructed within this method.
public getBackend ( ) : mixed
return mixed The backend driver.
    public function getBackend();

Usage Example

Example #1
0
 /**
  * Returns the actual backend driver.
  *
  * If there is no driver set the driver should be constructed within this
  * method.
  *
  * @return mixed The backend driver.
  */
 public function getBackend()
 {
     return $this->_driver->getBackend();
 }