1 | <?php |
||
19 | class Field_Textarea extends Field |
||
|
|||
20 | { |
||
21 | /** |
||
22 | * The form field type. |
||
23 | * |
||
24 | * @var string |
||
25 | * @since 1.0 |
||
26 | */ |
||
27 | protected $type = 'Textarea'; |
||
28 | |||
29 | /** |
||
30 | * Method to get the textarea field input markup. |
||
31 | * Use the rows and columns attributes to specify the dimensions of the area. |
||
32 | * |
||
33 | * @return string The field input markup. |
||
34 | * |
||
35 | * @since 1.0 |
||
36 | */ |
||
37 | protected function getInput() |
||
51 | } |
||
52 |
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.