PHP Trait App\Traits\Imageable

Show file Open project: ppy/osu-web

Public Methods

Method Description
_storeFile ( )
getMaxDimensions ( ) Returns maximum dimensions of the image as an array of [width, height].
storeFile ( $filePath )

Method Details

_storeFile() public method

public _storeFile ( )

getMaxDimensions() abstract public method

Returns maximum dimensions of the image as an array of [width, height].
abstract public getMaxDimensions ( )

storeFile() public method

public storeFile ( $filePath )