Esempio n. 1
0
 /**
  * Only lock static resource locations and set store mode, without handling static content
  *
  * @return void
  */
 public function enableProductionModeMinimal()
 {
     $this->filesystem->lockStaticResources();
     $this->setStoreMode(State::MODE_PRODUCTION);
 }