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