setBackend() public method

Set the backend driver.
public setBackend ( mixed $backend ) : null
$backend mixed The driver that should be used.
return null
示例#1
0
文件: Base.php 项目: jubinpatel/horde
 /**
  * Set the backend driver.
  *
  * @param mixed $backend The driver that should be used.
  *
  * @return NULL
  */
 public function setBackend($backend)
 {
     $this->_driver->setBackend($backend);
 }