PHP Class BookStack\Image

Inheritance: extends Ownable
Mostra file Open project: ssddanbrown/bookstack Class Usage Examples

Protected Properties

Property Type Description
$fillable

Public Methods

Method Description
getThumb ( integer $width, integer $height, boolean | false $keepRatio = false ) : string Get a thumbnail for this image.

Method Details

getThumb() public method

Get a thumbnail for this image.
public getThumb ( integer $width, integer $height, boolean | false $keepRatio = false ) : string
$width integer
$height integer
$keepRatio boolean | false
return string

Property Details

$fillable protected_oe property

protected $fillable