Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function getPath()
 {
     $result = '';
     $result = $this->join($result, $this->context->getPath());
     $result = $this->join($result, $this->module);
     $result = $this->join($result, $this->filePath);
     $result = $this->minification->addMinifiedSign($result);
     return $result;
 }