Skip to content

Commit a5c826c

Browse files
HackwarQuyTon
andauthored
Deprecate several methods in UsersHelper (#44787)
Co-authored-by: Quy Ton <[email protected]>
1 parent 6dd79ee commit a5c826c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

administrator/components/com_users/src/Helper/UsersHelper.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)