Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function getSourceUrl()
 {
     return $this->context->getBaseUrl() . $this->getRelativeSourceFilePath();
 }
Exemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function getUrl()
 {
     return $this->context->getBaseUrl() . $this->getPath();
 }