1 | <?php |
||
6 | class FrmFieldHTML extends FrmFieldType { |
||
7 | |||
8 | /** |
||
9 | * @var string |
||
10 | * @since 3.0 |
||
11 | */ |
||
12 | protected $type = 'html'; |
||
13 | |||
14 | /** |
||
15 | * @var bool |
||
16 | * @since 3.0 |
||
17 | */ |
||
18 | protected $has_input = false; |
||
19 | |||
20 | public function default_html() { |
||
23 | |||
24 | /** |
||
25 | * @since 3.0 |
||
26 | */ |
||
27 | protected function after_replace_html_shortcodes( $args, $html ) { |
||
33 | |||
34 | public function get_container_class() { |
||
37 | |||
38 | protected function include_form_builder_file() { |
||
41 | } |
||
42 |