Example #1
0
 /**
  *
  * @return array
  */
 public function getStylesheets()
 {
     $styleSheets = parent::getStylesheets();
     $styleSheets[plugin_web_path('orangehrmPerformancePlugin', 'css/kpiSearchSuccess.css')] = 'all';
     return $styleSheets;
 }
 public function getJavaScripts()
 {
     $javaScripts = parent::getJavaScripts();
     return $javaScripts;
 }