Author: Antoine Guigan (antoine@akeneo.com)
Ejemplo n.º 1
0
 /**
  * @return Styles
  */
 protected function getStyles()
 {
     if (!$this->styles) {
         $path = $this->archive->extract($this->relationships->getStylesPath());
         $this->styles = $this->stylesLoader->open($path);
     }
     return $this->styles;
 }