Ejemplo n.º 1
0
 /**
  * Returns theme static dir path.
  *
  * @return string
  */
 public function getStaticDir($mobile = false)
 {
     return $this->themeService->getStaticDir($this->dto->getKey(), $mobile);
 }