* Revoke user trophies which are not longer fulfills the conditions.
*
* @param integer $maxRevokes
+ * @since 3.2
*/
public function revokeTrophies($maxRevokes = 500) {
$trophyList = new TrophyList();
*
* @param Trophy $trophy
* @return integer[]
+ * @since 3.2
*/
private function getUserIDs(Trophy $trophy) {
$userList = new UserList();
*
* @param Trophy $trophy
* @return integer[]
+ * @since 3.2
*/
private function getRevocableUserTrophyIDs(Trophy $trophy, $maxTrophyIDs) {
// Unfortunately, the condition system does not support negated conditions.