| 1 | <?php |
||
| 8 | class Select_Field extends Predefined_Options_Field { |
||
| 9 | |||
| 10 | /** |
||
| 11 | * Returns an array that holds the field data, suitable for JSON representation. |
||
| 12 | * |
||
| 13 | * @param bool $load Should the value be loaded from the database or use the value from the current instance. |
||
| 14 | * @return array |
||
| 15 | */ |
||
| 16 | public function to_json( $load ) { |
||
| 40 | } |
||
| 41 |