| 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() { |
||
| 29 | |||
| 30 | protected function new_field_settings() { |
||
| 38 | |||
| 39 | protected function include_front_form_file() { |
||
| 42 | |||
| 43 | protected function show_readonly_hidden() { |
||
| 46 | |||
| 47 | protected function prepare_import_value( $value, $atts ) { |
||
| 53 | } |
||
| 54 |