PHP 클래스 app\models\BeatmapDiscussion

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

보호된 프로퍼티들

프로퍼티 타입 설명
$casts
$dates
$guarded
$touches

공개 메소드들

메소드 설명
beatmap ( )
beatmapDiscussionPosts ( )
beatmapDiscussionVotes ( )
beatmapset ( )
beatmapsetDiscussion ( )
getMessageTypeAttribute ( $value )
hasValidBeatmap ( )
hasValidMessageType ( )
hasValidTimestamp ( )
isValid ( ) * Called before saving. The callback definition is located in App\Providers\AppServiceProvider. Don't ask me why it's there; ask Laravel.
restore ( )
scopeWithoutDeleted ( $query )
setMessageTypeAttribute ( $value )
softDelete ( $deletedBy )
user ( )
vote ( $params )
votesSummary ( )

메소드 상세

beatmap() 공개 메소드

public beatmap ( )

beatmapDiscussionPosts() 공개 메소드

beatmapDiscussionVotes() 공개 메소드

beatmapset() 공개 메소드

public beatmapset ( )

beatmapsetDiscussion() 공개 메소드

getMessageTypeAttribute() 공개 메소드

public getMessageTypeAttribute ( $value )

hasValidBeatmap() 공개 메소드

public hasValidBeatmap ( )

hasValidMessageType() 공개 메소드

public hasValidMessageType ( )

hasValidTimestamp() 공개 메소드

public hasValidTimestamp ( )

isValid() 공개 메소드

* Called before saving. The callback definition is located in App\Providers\AppServiceProvider. Don't ask me why it's there; ask Laravel.
public isValid ( )

restore() 공개 메소드

public restore ( )

scopeWithoutDeleted() 공개 메소드

public scopeWithoutDeleted ( $query )

setMessageTypeAttribute() 공개 메소드

public setMessageTypeAttribute ( $value )

softDelete() 공개 메소드

public softDelete ( $deletedBy )

user() 공개 메소드

public user ( )

vote() 공개 메소드

public vote ( $params )

votesSummary() 공개 메소드

public votesSummary ( )

프로퍼티 상세

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

protected $casts

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

protected $dates

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

protected $guarded

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

protected $touches