示例#1
0
文件: plugin.php 项目: staabm/redaxo
 /**
  * {@inheritdoc}
  */
 public function getAssetsUrl($file = '')
 {
     return rex_url::pluginAssets($this->getAddon()->getName(), $this->getName(), $file);
 }