Пример #1
0
 /**
  * @param string $resource
  */
 private function mapResourceToTheme($resource)
 {
     $this->resourcesToThemes->set($resource, $this->themeRepository->findByPath($resource));
 }