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