PHP Class Sulu\Bundle\MediaBundle\Entity\FormatOptions

Afficher le fichier Open project: sulu/sulu Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Get cropHeight.
public getCropHeight ( ) : integer
Résultat integer

getCropWidth() public méthode

Get cropWidth.
public getCropWidth ( ) : integer
Résultat integer

getCropX() public méthode

Get cropX.
public getCropX ( ) : integer
Résultat integer

getCropY() public méthode

Get cropY.
public getCropY ( ) : integer
Résultat integer

getFileVersion() public méthode

Get fileVersion.
public getFileVersion ( ) : FileVersion
Résultat FileVersion

getFormatKey() public méthode

Get formatKey.
public getFormatKey ( ) : string
Résultat string

setCropHeight() public méthode

Set cropHeight.
public setCropHeight ( integer $cropHeight ) : FormatOptions
$cropHeight integer
Résultat FormatOptions

setCropWidth() public méthode

Set cropWidth.
public setCropWidth ( integer $cropWidth ) : FormatOptions
$cropWidth integer
Résultat FormatOptions

setCropX() public méthode

Set cropX.
public setCropX ( integer $cropX ) : FormatOptions
$cropX integer
Résultat FormatOptions

setCropY() public méthode

Set cropY.
public setCropY ( integer $cropY ) : FormatOptions
$cropY integer
Résultat FormatOptions

setFileVersion() public méthode

Set fileVersion.
public setFileVersion ( FileVersion $fileVersion ) : FormatOptions
$fileVersion FileVersion
Résultat FormatOptions

setFormatKey() public méthode

Set formatKey.
public setFormatKey ( string $formatKey ) : FormatOptions
$formatKey string
Résultat FormatOptions