PHP 클래스 App\Libraries\OsuAuthorize

파일 보기 프로젝트 열기: ppy/osu-web

공개 메소드들

메소드 설명
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 = '' )

메소드 상세

checkBeatmapDiscussionDestroy() 공개 메소드

public checkBeatmapDiscussionDestroy ( $user, $discussion )

checkBeatmapDiscussionPostDestroy() 공개 메소드

public checkBeatmapDiscussionPostDestroy ( $user, $post )

checkBeatmapDiscussionPostEdit() 공개 메소드

public checkBeatmapDiscussionPostEdit ( $user, $post )

checkBeatmapDiscussionPostRestore() 공개 메소드

public checkBeatmapDiscussionPostRestore ( $user, $post )

checkBeatmapDiscussionPostShow() 공개 메소드

public checkBeatmapDiscussionPostShow ( $user, $post )

checkBeatmapDiscussionPostStore() 공개 메소드

public checkBeatmapDiscussionPostStore ( $user, $discussion )

checkBeatmapDiscussionResolve() 공개 메소드

public checkBeatmapDiscussionResolve ( $user, $discussion )

checkBeatmapDiscussionRestore() 공개 메소드

public checkBeatmapDiscussionRestore ( $user, $discussion )

checkBeatmapDiscussionShow() 공개 메소드

public checkBeatmapDiscussionShow ( $user, $discussion )

checkBeatmapDiscussionVote() 공개 메소드

public checkBeatmapDiscussionVote ( $user, $discussion )

checkBeatmapsetDisqualify() 공개 메소드

public checkBeatmapsetDisqualify ( $user, $beatmapset )

checkBeatmapsetNominate() 공개 메소드

public checkBeatmapsetNominate ( $user, $beatmapset )

checkChatChannelRead() 공개 메소드

public checkChatChannelRead ( $user, $channel )

checkChatMessageSend() 공개 메소드

public checkChatMessageSend ( $user, $target )

checkContestEntryDestroy() 공개 메소드

public checkContestEntryDestroy ( $user, $contestEntry )

checkContestEntryStore() 공개 메소드

public checkContestEntryStore ( $user, $contest )

checkContestVote() 공개 메소드

public checkContestVote ( $user, $contest )

checkForumPostDelete() 공개 메소드

public checkForumPostDelete ( $user, $post )

checkForumPostEdit() 공개 메소드

public checkForumPostEdit ( $user, $post )

checkForumTopicCoverEdit() 공개 메소드

public checkForumTopicCoverEdit ( $user, $cover )

checkForumTopicEdit() 공개 메소드

public checkForumTopicEdit ( $user, $topic )

checkForumTopicModerate() 공개 메소드

public checkForumTopicModerate ( $user, $topic )

checkForumTopicReply() 공개 메소드

public checkForumTopicReply ( $user, $topic )

checkForumTopicStore() 공개 메소드

public checkForumTopicStore ( $user, $forum )

checkForumTopicVote() 공개 메소드

public checkForumTopicVote ( $user, $topic )

checkForumTopicWatchAdd() 공개 메소드

public checkForumTopicWatchAdd ( $user, $topic )

checkForumTopicWatchRemove() 공개 메소드

public checkForumTopicWatchRemove ( $user, $topic )

checkForumView() 공개 메소드

public checkForumView ( $user, $forum )

checkLivestreamPromote() 공개 메소드

public checkLivestreamPromote ( $user )

checkUserFavourite() 공개 메소드

public checkUserFavourite ( $user )

checkUserFavouriteRemove() 공개 메소드

public checkUserFavouriteRemove ( $user )

checkUserPageEdit() 공개 메소드

public checkUserPageEdit ( $user, $pageOwner )

checkUserShow() 공개 메소드

public checkUserShow ( $user, $owner )

doCheckUser() 공개 메소드

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

ensureCleanRecord() 공개 메소드

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

ensureLoggedIn() 공개 메소드

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