PHP Class App\Libraries\OsuAuthorize

Afficher le fichier Open project: ppy/osu-web

Méthodes publiques

Méthode Description
checkBeatmapDiscussionDestroy ( $user, $discussion )
checkBeatmapDiscussionPostDestroy ( $user, $post )
checkBeatmapDiscussionPostEdit ( $user, $post )
checkBeatmapDiscussionPostRestore ( $user, $post )
checkBeatmapDiscussionPostShow ( $user, $post )
checkBeatmapDiscussionPostStore ( $user, $discussion )
checkBeatmapDiscussionResolve ( $user, $discussion )
checkBeatmapDiscussionRestore ( $user, $discussion )
checkBeatmapDiscussionShow ( $user, $discussion )
checkBeatmapDiscussionVote ( $user, $discussion )
checkBeatmapsetDisqualify ( $user, $beatmapset )
checkBeatmapsetNominate ( $user, $beatmapset )
checkChatChannelRead ( $user, $channel )
checkChatMessageSend ( $user, $target )
checkContestEntryDestroy ( $user, $contestEntry )
checkContestEntryStore ( $user, $contest )
checkContestVote ( $user, $contest )
checkForumPostDelete ( $user, $post )
checkForumPostEdit ( $user, $post )
checkForumTopicCoverEdit ( $user, $cover )
checkForumTopicEdit ( $user, $topic )
checkForumTopicModerate ( $user, $topic )
checkForumTopicReply ( $user, $topic )
checkForumTopicStore ( $user, $forum )
checkForumTopicVote ( $user, $topic )
checkForumTopicWatchAdd ( $user, $topic )
checkForumTopicWatchRemove ( $user, $topic )
checkForumView ( $user, $forum )
checkLivestreamPromote ( $user )
checkUserFavourite ( $user )
checkUserFavouriteRemove ( $user )
checkUserPageEdit ( $user, $pageOwner )
checkUserShow ( $user, $owner )
doCheckUser ( $user, $ability, $object )
ensureCleanRecord ( $user, $prefix = '' )
ensureLoggedIn ( $user, $prefix = '' )

Method Details

checkBeatmapDiscussionDestroy() public méthode

public checkBeatmapDiscussionDestroy ( $user, $discussion )

checkBeatmapDiscussionPostDestroy() public méthode

public checkBeatmapDiscussionPostDestroy ( $user, $post )

checkBeatmapDiscussionPostEdit() public méthode

public checkBeatmapDiscussionPostEdit ( $user, $post )

checkBeatmapDiscussionPostRestore() public méthode

public checkBeatmapDiscussionPostRestore ( $user, $post )

checkBeatmapDiscussionPostShow() public méthode

public checkBeatmapDiscussionPostShow ( $user, $post )

checkBeatmapDiscussionPostStore() public méthode

public checkBeatmapDiscussionPostStore ( $user, $discussion )

checkBeatmapDiscussionResolve() public méthode

public checkBeatmapDiscussionResolve ( $user, $discussion )

checkBeatmapDiscussionRestore() public méthode

public checkBeatmapDiscussionRestore ( $user, $discussion )

checkBeatmapDiscussionShow() public méthode

public checkBeatmapDiscussionShow ( $user, $discussion )

checkBeatmapDiscussionVote() public méthode

public checkBeatmapDiscussionVote ( $user, $discussion )

checkBeatmapsetDisqualify() public méthode

public checkBeatmapsetDisqualify ( $user, $beatmapset )

checkBeatmapsetNominate() public méthode

public checkBeatmapsetNominate ( $user, $beatmapset )

checkChatChannelRead() public méthode

public checkChatChannelRead ( $user, $channel )

checkChatMessageSend() public méthode

public checkChatMessageSend ( $user, $target )

checkContestEntryDestroy() public méthode

public checkContestEntryDestroy ( $user, $contestEntry )

checkContestEntryStore() public méthode

public checkContestEntryStore ( $user, $contest )

checkContestVote() public méthode

public checkContestVote ( $user, $contest )

checkForumPostDelete() public méthode

public checkForumPostDelete ( $user, $post )

checkForumPostEdit() public méthode

public checkForumPostEdit ( $user, $post )

checkForumTopicCoverEdit() public méthode

public checkForumTopicCoverEdit ( $user, $cover )

checkForumTopicEdit() public méthode

public checkForumTopicEdit ( $user, $topic )

checkForumTopicModerate() public méthode

public checkForumTopicModerate ( $user, $topic )

checkForumTopicReply() public méthode

public checkForumTopicReply ( $user, $topic )

checkForumTopicStore() public méthode

public checkForumTopicStore ( $user, $forum )

checkForumTopicVote() public méthode

public checkForumTopicVote ( $user, $topic )

checkForumTopicWatchAdd() public méthode

public checkForumTopicWatchAdd ( $user, $topic )

checkForumTopicWatchRemove() public méthode

public checkForumTopicWatchRemove ( $user, $topic )

checkForumView() public méthode

public checkForumView ( $user, $forum )

checkLivestreamPromote() public méthode

public checkLivestreamPromote ( $user )

checkUserFavourite() public méthode

public checkUserFavourite ( $user )

checkUserFavouriteRemove() public méthode

public checkUserFavouriteRemove ( $user )

checkUserPageEdit() public méthode

public checkUserPageEdit ( $user, $pageOwner )

checkUserShow() public méthode

public checkUserShow ( $user, $owner )

doCheckUser() public méthode

public doCheckUser ( $user, $ability, $object )

ensureCleanRecord() public méthode

public ensureCleanRecord ( $user, $prefix = '' )

ensureLoggedIn() public méthode

public ensureLoggedIn ( $user, $prefix = '' )