Esempio n. 1
0
 /**
  * {@inheritdoc}
  */
 public function setPool(ehough_stash_interfaces_PoolInterface $pool)
 {
     $this->pool = $pool;
     $this->driver = $pool->getDriver();
 }
 public function getDriver()
 {
     return $this->_delegate->getDriver();
 }