예제 #1
0
파일: plugin.php 프로젝트: staabm/redaxo
 /**
  * {@inheritdoc}
  */
 public function getAssetsUrl($file = '')
 {
     return rex_url::pluginAssets($this->getAddon()->getName(), $this->getName(), $file);
 }