예제 #1
0
파일: Item.php 프로젝트: ehough/stash
 /**
  * {@inheritdoc}
  */
 public function setPool(ehough_stash_interfaces_PoolInterface $pool)
 {
     $this->pool = $pool;
     $this->driver = $pool->getDriver();
 }
예제 #2
0
 public function getDriver()
 {
     return $this->_delegate->getDriver();
 }