File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
administrator/components/com_users/src/Helper Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ class UsersHelper extends ContentHelper
3131 /**
3232 * @var CMSObject A cache for the available actions.
3333 * @since 1.6
34+ * @deprecated 5.3 will be removed in 7.0 without replacement
3435 */
3536 protected static $ actions ;
3637
@@ -40,6 +41,8 @@ class UsersHelper extends ContentHelper
4041 * @return array An array of \JHtmlOption elements.
4142 *
4243 * @since 1.6
44+ * @deprecated 5.3 will be removed in 7.0
45+ * Use Form Fields instead
4346 */
4447 public static function getStateOptions ()
4548 {
@@ -57,6 +60,8 @@ public static function getStateOptions()
5760 * @return array An array of \JHtmlOption elements.
5861 *
5962 * @since 1.6
63+ * @deprecated 5.3 will be removed in 7.0
64+ * Use Form Fields instead
6065 */
6166 public static function getActiveOptions ()
6267 {
@@ -94,6 +99,8 @@ public static function getGroups()
9499 * @return array
95100 *
96101 * @since 2.5
102+ * @deprecated 5.3 will be removed in 7.0
103+ * Use Form Fields instead
97104 */
98105 public static function getRangeOptions ()
99106 {
You can’t perform that action at this time.
0 commit comments