Author: : Stavarengo
Author: : davidalves1
Inheritance: extends phpsigep\DefaultStdClass
Example #1
0
 /**
  * Create service
  *
  * @param Config $config
  * @return mixed
  */
 public function createService(Config $config)
 {
     $options = $config->getCacheOptions();
     $storage = new FileSystem($options->getStorageOptions());
     return $storage;
 }