'getCssFiles', 'AssetManager.getJsFiles' => 'getJsFiles' ); } /** * Adds css files for this plugin to the list in the event notification. */ public function getCssFiles(&$cssFiles) { $cssFiles[] = "plugins/Annotations/stylesheets/annotations.less"; } /** * Adds js files for this plugin to the list in the event notification. */ public function getJsFiles(&$jsFiles) { $jsFiles[] = "plugins/Annotations/javascripts/annotations.js"; } }