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.
示例#1
0
文件: Base.php 项目: jubinpatel/horde
 /**
  * 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();
 }