PHP Class App\Libraries\ProfileCover

Inheritance: use trait App\Traits\Imageable
Show file Open project: ppy/osu-web

Public Properties

Property Type Description
$data
$userId

Public Methods

Method Description
__construct ( $userId, $data )
getFileId ( )
getFileProperties ( )
getFileRoot ( )
getMaxDimensions ( )
hasCustomCover ( )
id ( )
set ( $id, $file )
setFileProperties ( $props )
url ( )

Method Details

__construct() public method

public __construct ( $userId, $data )

getFileId() public method

public getFileId ( )

getFileProperties() public method

public getFileProperties ( )

getFileRoot() public method

public getFileRoot ( )

getMaxDimensions() public method

public getMaxDimensions ( )

hasCustomCover() public method

public hasCustomCover ( )

id() public method

public id ( )

set() public method

public set ( $id, $file )

setFileProperties() public method

public setFileProperties ( $props )

url() public method

public url ( )

Property Details

$data public property

public $data

$userId public property

public $userId