| 1 | <?php |
||
| 20 | class Field_Password extends Field |
||
|
|
|||
| 21 | { |
||
| 22 | /** |
||
| 23 | * The form field type. |
||
| 24 | * |
||
| 25 | * @var string |
||
| 26 | * @since 1.0 |
||
| 27 | */ |
||
| 28 | protected $type = 'Password'; |
||
| 29 | |||
| 30 | /** |
||
| 31 | * Method to get the field input markup for password. |
||
| 32 | * |
||
| 33 | * @return string The field input markup. |
||
| 34 | * |
||
| 35 | * @since 1.0 |
||
| 36 | */ |
||
| 37 | protected function getInput() |
||
| 53 | } |
||
| 54 |
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.