1 | <?php |
||
14 | class JFormFieldInspector extends \Joomla\Form\Field |
||
|
|||
15 | { |
||
16 | /** |
||
17 | * Test... |
||
18 | * |
||
19 | * @param string $name Element name |
||
20 | * |
||
21 | * @return mixed |
||
22 | * |
||
23 | * @since 1.0 |
||
24 | */ |
||
25 | public function __get($name) |
||
36 | |||
37 | /** |
||
38 | * Test... |
||
39 | * |
||
40 | * @return void |
||
41 | * |
||
42 | * @since 1.0 |
||
43 | */ |
||
44 | public function getInput() |
||
48 | |||
49 | /** |
||
50 | * Test... |
||
51 | * |
||
52 | * @return \Joomla\Form\Form |
||
53 | * |
||
54 | * @since 1.0 |
||
55 | */ |
||
56 | public function getForm() |
||
60 | |||
61 | /** |
||
62 | * Test... |
||
63 | * |
||
64 | * @param string $fieldId The field element id. |
||
65 | * @param string $fieldName The field element name. |
||
66 | * |
||
67 | * @return string The id to be used for the field input tag. |
||
68 | * |
||
69 | * @since 1.0 |
||
70 | */ |
||
71 | public function getId($fieldId, $fieldName) |
||
75 | |||
76 | /** |
||
77 | * Test... |
||
78 | * |
||
79 | * @return string |
||
80 | * |
||
81 | * @since 1.0 |
||
82 | */ |
||
83 | public function getLabel() |
||
87 | |||
88 | /** |
||
89 | * Test... |
||
90 | * |
||
91 | * @return string |
||
92 | * |
||
93 | * @since 1.0 |
||
94 | */ |
||
95 | public function getTitle() |
||
99 | } |
||
100 |
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.