setCache() публичный метод

Set the cache.
public setCache ( mixed $cache )
$cache mixed
Пример #1
0
 /**
  * @expectedException Flintstone\Exception
  */
 public function testConfigInvalidCache()
 {
     $config = new Config();
     $config->setCache(new self());
 }