| 1 | <?php |
||
| 6 | class FrmFieldSelect extends FrmFieldType { |
||
| 7 | |||
| 8 | /** |
||
| 9 | * @var string |
||
| 10 | * @since 3.0 |
||
| 11 | */ |
||
| 12 | protected $type = 'select'; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @var bool |
||
| 16 | * @since 3.0 |
||
| 17 | */ |
||
| 18 | protected $holds_email_values = true; |
||
| 19 | |||
| 20 | protected function include_form_builder_file() { |
||
| 23 | |||
| 24 | protected function field_settings_for_type() { |
||
| 30 | |||
| 31 | protected function new_field_settings() { |
||
| 41 | |||
| 42 | /** |
||
| 43 | * @since 4.0 |
||
| 44 | * @param array $args - Includes 'field', 'display', and 'values' |
||
| 45 | */ |
||
| 46 | public function show_extra_field_choices( $args ) { |
||
| 49 | |||
| 50 | protected function include_front_form_file() { |
||
| 53 | |||
| 54 | protected function show_readonly_hidden() { |
||
| 57 | |||
| 58 | protected function prepare_import_value( $value, $atts ) { |
||
| 65 | |||
| 66 | /** |
||
| 67 | * @since 4.0 |
||
| 68 | */ |
||
| 69 | public function sanitize_value( &$value ) { |
||
| 72 | } |
||
| 73 |