Ejemplo n.º 1
0
 /**
  * Returns theme decorators dir path.
  *
  * @return string
  */
 public function getDecoratorsDir()
 {
     return $this->themeService->getDecoratorsDir($this->dto->getKey());
 }