PHP 클래스 App\Libraries\ProfileCover

상속: use trait App\Traits\Imageable
파일 보기 프로젝트 열기: ppy/osu-web

공개 프로퍼티들

프로퍼티 타입 설명
$data
$userId

공개 메소드들

메소드 설명
__construct ( $userId, $data )
getFileId ( )
getFileProperties ( )
getFileRoot ( )
getMaxDimensions ( )
hasCustomCover ( )
id ( )
set ( $id, $file )
setFileProperties ( $props )
url ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $userId, $data )

getFileId() 공개 메소드

public getFileId ( )

getFileProperties() 공개 메소드

public getFileProperties ( )

getFileRoot() 공개 메소드

public getFileRoot ( )

getMaxDimensions() 공개 메소드

public getMaxDimensions ( )

hasCustomCover() 공개 메소드

public hasCustomCover ( )

id() 공개 메소드

public id ( )

set() 공개 메소드

public set ( $id, $file )

setFileProperties() 공개 메소드

public setFileProperties ( $props )

url() 공개 메소드

public url ( )

프로퍼티 상세

$data 공개적으로 프로퍼티

public $data

$userId 공개적으로 프로퍼티

public $userId