예제 #1
0
파일: Search.php 프로젝트: kingsj/core
 /**
  * Get a list of JavaScript files required to display the widget properly
  *
  * @return array
  */
 public function getJSFiles()
 {
     $list = parent::getJSFiles();
     // Static call of the non-static function
     $list[] = parent::getDir() . '/search/controller.js';
     return $list;
 }