Horde_Kolab_Storage_Driver::setBackend PHP Method

setBackend() public method

Set the backend driver.
public setBackend ( mixed $backend ) : null
$backend mixed The driver that should be used.
return null
    public function setBackend($backend);

Usage Example

Example #1
0
 /**
  * Set the backend driver.
  *
  * @param mixed $backend The driver that should be used.
  *
  * @return NULL
  */
 public function setBackend($backend)
 {
     $this->_driver->setBackend($backend);
 }