1 | <?php |
||
19 | class Field_Hidden extends Field |
||
|
|||
20 | { |
||
21 | /** |
||
22 | * The form field type. |
||
23 | * |
||
24 | * @var string |
||
25 | * @since 1.0 |
||
26 | */ |
||
27 | protected $type = 'Hidden'; |
||
28 | |||
29 | /** |
||
30 | * Method to get the field input markup. |
||
31 | * |
||
32 | * @return string The field input markup. |
||
33 | * |
||
34 | * @since 1.0 |
||
35 | */ |
||
36 | protected function getInput() |
||
48 | } |
||
49 |
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be removed from the class and what other constant to use instead.