mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-16 22:39:52 +08:00
Add @since [skip ci]
This commit is contained in:
@@ -961,6 +961,7 @@ class DbManager extends BaseManager
|
||||
* @param string $roleName
|
||||
* @return Assignment[] the assignments. An empty array will be
|
||||
* returned if role is not assigned to any user.
|
||||
* @since 2.0.7
|
||||
*/
|
||||
public function getUserIDsByRole($roleName)
|
||||
{
|
||||
|
||||
@@ -214,6 +214,7 @@ interface ManagerInterface
|
||||
* Returns all user IDs assigned to the role specified.
|
||||
* @param string $roleName
|
||||
* @return array array of user ID strings
|
||||
* @since 2.0.7
|
||||
*/
|
||||
public function getUserIDsByRole($roleName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user