getBackend() public méthode

If there is no driver set the driver should be constructed within this method.
public getBackend ( ) : mixed
Résultat mixed The backend driver.
Exemple #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();
 }