Update BridgeAbstract.php

This commit is contained in:
Badet Aurélien 2016-11-30 18:33:12 +01:00 committed by GitHub
parent 84fe4f6b40
commit 1dbf8b2360

View File

@ -16,7 +16,7 @@ abstract class BridgeAbstract implements BridgeInterface {
protected $inputs = array();
protected $queriedContext = '';
/**
/**
* Return cachable datas (extrainfos and items) stored in the bridge
* @return mixed
*/
@ -217,7 +217,7 @@ abstract class BridgeAbstract implements BridgeInterface {
$extraInfos['uri']= $this->getURI();
return $extraInfos;
}
public function setCache(\CacheInterface $cache){
$this->cache = $cache;
}