| 1 | <?php |
||
| 2 | class Select2 |
||
| 3 | {
|
||
| 4 | /** |
||
| 5 | * Adds javascripts for Select2 Widgets |
||
| 6 | * |
||
| 7 | * @param null|string $culture Culture |
||
| 8 | * @return array Array of javascripts |
||
| 9 | */ |
||
| 10 | public static function addJavascripts($culture = null) |
||
| 23 | |||
| 24 | /** |
||
| 25 | * Adds stylesheets for Select2 Widgets |
||
| 26 | * |
||
| 27 | * @return array Array of stylesheets |
||
| 28 | */ |
||
| 29 | public static function addStylesheets() |
||
| 35 | } |
||
| 36 |