PHP 클래스 Sulu\Bundle\MediaBundle\Entity\FormatOptions

파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

공개 메소드들

메소드 설명
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