PHP Class Sulu\Bundle\MediaBundle\Entity\FormatOptions

Show file Open project: sulu/sulu Class Usage Examples

Public Methods

Method Description
getCropHeight ( ) : integer Get cropHeight.
getCropWidth ( ) : integer Get cropWidth.
getCropX ( ) : integer Get cropX.
getCropY ( ) : integer Get cropY.
getFileVersion ( ) : FileVersion Get fileVersion.
getFormatKey ( ) : string Get formatKey.
setCropHeight ( integer $cropHeight ) : FormatOptions Set cropHeight.
setCropWidth ( integer $cropWidth ) : FormatOptions Set cropWidth.
setCropX ( integer $cropX ) : FormatOptions Set cropX.
setCropY ( integer $cropY ) : FormatOptions Set cropY.
setFileVersion ( FileVersion $fileVersion ) : FormatOptions Set fileVersion.
setFormatKey ( string $formatKey ) : FormatOptions Set formatKey.

Method Details

getCropHeight() public method

Get cropHeight.
public getCropHeight ( ) : integer
return integer

getCropWidth() public method

Get cropWidth.
public getCropWidth ( ) : integer
return integer

getCropX() public method

Get cropX.
public getCropX ( ) : integer
return integer

getCropY() public method

Get cropY.
public getCropY ( ) : integer
return integer

getFileVersion() public method

Get fileVersion.
public getFileVersion ( ) : FileVersion
return FileVersion

getFormatKey() public method

Get formatKey.
public getFormatKey ( ) : string
return string

setCropHeight() public method

Set cropHeight.
public setCropHeight ( integer $cropHeight ) : FormatOptions
$cropHeight integer
return FormatOptions

setCropWidth() public method

Set cropWidth.
public setCropWidth ( integer $cropWidth ) : FormatOptions
$cropWidth integer
return FormatOptions

setCropX() public method

Set cropX.
public setCropX ( integer $cropX ) : FormatOptions
$cropX integer
return FormatOptions

setCropY() public method

Set cropY.
public setCropY ( integer $cropY ) : FormatOptions
$cropY integer
return FormatOptions

setFileVersion() public method

Set fileVersion.
public setFileVersion ( FileVersion $fileVersion ) : FormatOptions
$fileVersion FileVersion
return FormatOptions

setFormatKey() public method

Set formatKey.
public setFormatKey ( string $formatKey ) : FormatOptions
$formatKey string
return FormatOptions