Esempio n. 1
0
 /**
  * Enable Developer mode
  *
  * @return void
  */
 public function enableDeveloperMode()
 {
     $this->filesystem->cleanupFilesystem([DirectoryList::CACHE, DirectoryList::GENERATION, DirectoryList::DI, DirectoryList::TMP_MATERIALIZATION_DIR, DirectoryList::STATIC_VIEW]);
     $this->setStoreMode(State::MODE_DEVELOPER);
 }