PHP Класс Sulu\Bundle\MediaBundle\Entity\FormatOptions

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

getCropHeight() публичный метод

Get cropHeight.
public getCropHeight ( ) : integer
Результат integer

getCropWidth() публичный метод

Get cropWidth.
public getCropWidth ( ) : integer
Результат integer

getCropX() публичный метод

Get cropX.
public getCropX ( ) : integer
Результат integer

getCropY() публичный метод

Get cropY.
public getCropY ( ) : integer
Результат integer

getFileVersion() публичный метод

Get fileVersion.
public getFileVersion ( ) : FileVersion
Результат FileVersion

getFormatKey() публичный метод

Get formatKey.
public getFormatKey ( ) : string
Результат string

setCropHeight() публичный метод

Set cropHeight.
public setCropHeight ( integer $cropHeight ) : FormatOptions
$cropHeight integer
Результат FormatOptions

setCropWidth() публичный метод

Set cropWidth.
public setCropWidth ( integer $cropWidth ) : FormatOptions
$cropWidth integer
Результат FormatOptions

setCropX() публичный метод

Set cropX.
public setCropX ( integer $cropX ) : FormatOptions
$cropX integer
Результат FormatOptions

setCropY() публичный метод

Set cropY.
public setCropY ( integer $cropY ) : FormatOptions
$cropY integer
Результат FormatOptions

setFileVersion() публичный метод

Set fileVersion.
public setFileVersion ( FileVersion $fileVersion ) : FormatOptions
$fileVersion FileVersion
Результат FormatOptions

setFormatKey() публичный метод

Set formatKey.
public setFormatKey ( string $formatKey ) : FormatOptions
$formatKey string
Результат FormatOptions