Add @since [skip ci]

This commit is contained in:
Daniel Gomez Pan
2015-12-14 00:03:46 +01:00
parent 31ee08ed15
commit 08034bbe10
2 changed files with 2 additions and 0 deletions

View File

@@ -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)
{ {

View File

@@ -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);