1 | <?php |
||
23 | class Field_Language extends Field_List |
||
|
|||
24 | { |
||
25 | /** |
||
26 | * The form field type. |
||
27 | * |
||
28 | * @var string |
||
29 | * @since 1.0 |
||
30 | */ |
||
31 | protected $type = 'Language'; |
||
32 | |||
33 | /** |
||
34 | * Method to get the field options. |
||
35 | * |
||
36 | * @return array The field option objects. |
||
37 | * |
||
38 | * @since 1.0 |
||
39 | */ |
||
40 | protected function getOptions() |
||
52 | |||
53 | /** |
||
54 | * Builds a list of the system languages which can be used in a select option |
||
55 | * |
||
56 | * @param string $selected Client key for the area |
||
57 | * @param string $basePath Base path to use |
||
58 | * |
||
59 | * @return array List of system languages |
||
60 | * |
||
61 | * @since 1.0 |
||
62 | */ |
||
63 | protected function createLanguageList($selected, $basePath = JPATH_ROOT) |
||
87 | } |
||
88 |
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.