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