1 | <?php |
||
23 | class Select2Helper { |
||
24 | |||
25 | /** |
||
26 | * Convert items into a "results" array. |
||
27 | * |
||
28 | * @param Select2ItemInterface[] $items The items. |
||
29 | * @return array Returns the "results" array. |
||
30 | * @throws IllegalArgumentException Throws an illegal argument exception if an item does not implement Select2ItemInterface. |
||
31 | */ |
||
32 | public static function toResults(array $items) { |
||
55 | |||
56 | } |
||
57 |