mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
API CHANGE Removed @deprecated 2.3 function isInGroup() from Member
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@77342 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
12bf0a1cae
commit
230a70b0b7
@ -1030,17 +1030,8 @@ class Member extends DataObject {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated 2.3 Use inGroup()
|
||||
*/
|
||||
public function isInGroup($groupID) {
|
||||
user_error('Member::isInGroup() is deprecated. Please use inGroup() instead.', E_USER_NOTICE);
|
||||
return $this->inGroup($groupID);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Special kind of {@link ComponentSet} that has special methods for
|
||||
* manipulating a user's membership
|
||||
|
Loading…
x
Reference in New Issue
Block a user