PHP 클래스 App\Models\Forum\TopicCover

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

보호된 프로퍼티들

프로퍼티 타입 설명
$table

공개 메소드들

메소드 설명
defaultFileUrl ( )
findForUse ( $id, $user )
getFileRoot ( )
getMaxDimensions ( )
owner ( )
topic ( )
updateFile ( $filePath, $user )
upload ( $filePath, $user, $topic = null )
user ( )

메소드 상세

defaultFileUrl() 공개 메소드

public defaultFileUrl ( )

findForUse() 공개 정적인 메소드

public static findForUse ( $id, $user )

getFileRoot() 공개 메소드

public getFileRoot ( )

getMaxDimensions() 공개 메소드

public getMaxDimensions ( )

owner() 공개 메소드

public owner ( )

topic() 공개 메소드

public topic ( )

updateFile() 공개 메소드

public updateFile ( $filePath, $user )

upload() 공개 정적인 메소드

public static upload ( $filePath, $user, $topic = null )

user() 공개 메소드

public user ( )

프로퍼티 상세

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

protected $table