getUserIdsByRole() public abstract method (available since version 2.0.7)
Returns all user IDs assigned to the role specified.
public abstract array getUserIdsByRole ( $roleName ) | ||
---|---|---|
$roleName | string | |
return | array |
Array of user ID strings |
getUserIdsByRole() public abstract method (available since version 2.0.7)
Returns all user IDs assigned to the role specified.
public abstract array getUserIdsByRole ( $roleName ) | ||
---|---|---|
$roleName | string | |
return | array |
Array of user ID strings |
Please login to continue.