getOptions() публичный Метод

public getOptions ( ) : Options
Результат Options
Пример #1
0
 public function configure(Cache $cacheConfig)
 {
     $this->cacheConfig = $cacheConfig;
     $this->config = $cacheConfig->getOptions()->toArray();
     $this->testConfig($this->config);
     $this->setup($this->config);
 }