PHP 클래스 app\models\Event

상속: extends Illuminate\Database\Eloquent\Model, use trait Illuminate\Database\Eloquent\SoftDeletes
파일 보기 프로젝트 열기: ppy/osu-web 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$parsed
$patterns
$timestamps

보호된 프로퍼티들

프로퍼티 타입 설명
$dates
$primaryKey
$table

공개 메소드들

메소드 설명
arrayBeatmap ( $matches )
arrayBeatmapset ( $matches )
arrayUser ( $matches )
beatmap ( )
beatmapset ( )
parse ( )
parseFailure ( )
parseMatchesAchievement ( $matches )
parseMatchesBeatmapPlaycount ( $matches )
parseMatchesBeatmapsetApprove ( $matches )
parseMatchesBeatmapsetDelete ( $matches )
parseMatchesBeatmapsetRevive ( $matches )
parseMatchesBeatmapsetUpdate ( $matches )
parseMatchesBeatmapsetUpload ( $matches )
parseMatchesRank ( $matches )
parseMatchesRankLost ( $matches )
parseMatchesUserSupportAgain ( $matches )
parseMatchesUserSupportFirst ( $matches )
parseMatchesUserSupportGift ( $matches )
parseMatchesUsernameChange ( $matches )
scopeRecent ( $query )
stringMode ( $mode )
user ( )

메소드 상세

arrayBeatmap() 공개 메소드

public arrayBeatmap ( $matches )

arrayBeatmapset() 공개 메소드

public arrayBeatmapset ( $matches )

arrayUser() 공개 메소드

public arrayUser ( $matches )

beatmap() 공개 메소드

public beatmap ( )

beatmapset() 공개 메소드

public beatmapset ( )

parse() 공개 메소드

public parse ( )

parseFailure() 공개 메소드

public parseFailure ( )

parseMatchesAchievement() 공개 메소드

public parseMatchesAchievement ( $matches )

parseMatchesBeatmapPlaycount() 공개 메소드

public parseMatchesBeatmapPlaycount ( $matches )

parseMatchesBeatmapsetApprove() 공개 메소드

public parseMatchesBeatmapsetApprove ( $matches )

parseMatchesBeatmapsetDelete() 공개 메소드

public parseMatchesBeatmapsetDelete ( $matches )

parseMatchesBeatmapsetRevive() 공개 메소드

public parseMatchesBeatmapsetRevive ( $matches )

parseMatchesBeatmapsetUpdate() 공개 메소드

public parseMatchesBeatmapsetUpdate ( $matches )

parseMatchesBeatmapsetUpload() 공개 메소드

public parseMatchesBeatmapsetUpload ( $matches )

parseMatchesRank() 공개 메소드

public parseMatchesRank ( $matches )

parseMatchesRankLost() 공개 메소드

public parseMatchesRankLost ( $matches )

parseMatchesUserSupportAgain() 공개 메소드

public parseMatchesUserSupportAgain ( $matches )

parseMatchesUserSupportFirst() 공개 메소드

public parseMatchesUserSupportFirst ( $matches )

parseMatchesUserSupportGift() 공개 메소드

public parseMatchesUserSupportGift ( $matches )

parseMatchesUsernameChange() 공개 메소드

public parseMatchesUsernameChange ( $matches )

scopeRecent() 공개 메소드

public scopeRecent ( $query )

stringMode() 공개 메소드

public stringMode ( $mode )

user() 공개 메소드

public user ( )

프로퍼티 상세

$dates 보호되어 있는 프로퍼티

protected $dates

$parsed 공개적으로 프로퍼티

public $parsed

$patterns 공개적으로 프로퍼티

public $patterns

$primaryKey 보호되어 있는 프로퍼티

protected $primaryKey

$table 보호되어 있는 프로퍼티

protected $table

$timestamps 공개적으로 프로퍼티

public $timestamps