PHP 클래스 Pimcore\Model\Asset\Image\Thumbnail\Config

상속: extends Pimcore\Model\AbstractModel
파일 보기 프로젝트 열기: pimcore/pimcore 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$creationDate integer
$description string
$filenameSuffix string
$format string
$highResolution float
$items array format of array: array( array( "method" => "myName", "arguments" => array( "width" => 345, "height" => 200 ) ) )
$medias array
$modificationDate integer
$name string
$preserveColor boolean
$preserveMetaData boolean
$quality mixed

공개 메소드들

메소드 설명
addItem ( $name, $parameters, $media = null ) : boolean
addItemAt ( $position, $name, $parameters, $media = null ) : boolean
getByArrayConfig ( $config ) : self
getByAutoDetect ( $config ) : self | boolean
getByLegacyConfig ( $config ) : self This is just for compatibility, this method will be removed with the next major release
getByName ( $name ) : null | Config
getColorspace ( ) : string
getCreationDate ( ) : integer
getDescription ( ) : string
getEstimatedDimensions ( $asset )
getFilenameSuffix ( ) : string
getForWebserviceExport ( ) Returns thumbnail config for webservice export.
getFormat ( ) : string
getHighResolution ( ) : float
getItems ( ) : array
getMedias ( ) : array
getModificationDate ( ) : integer
getName ( ) : string
getPreviewConfig ( )
getQuality ( ) : mixed
hasMedias ( ) : boolean
isPreserveColor ( ) : boolean
isPreserveMetaData ( ) : boolean
resetItems ( ) : void
selectMedia ( $name ) : boolean
setColorspace ( string $colorspace )
setCreationDate ( integer $creationDate )
setDescription ( string $description )
setFilenameSuffix ( string $filenameSuffix )
setFormat ( string $format )
setHighResolution ( float $highResolution )
setItems ( array $items )
setMedias ( array $medias )
setModificationDate ( integer $modificationDate )
setName ( string $name )
setPreserveColor ( boolean $preserveColor )
setPreserveMetaData ( boolean $preserveMetaData )
setQuality ( mixed $quality )

보호된 메소드들

메소드 설명
createMediaIfNotExists ( string $name )

메소드 상세

addItem() 공개 메소드

public addItem ( $name, $parameters, $media = null ) : boolean
$name
$parameters
리턴 boolean

addItemAt() 공개 메소드

public addItemAt ( $position, $name, $parameters, $media = null ) : boolean
$name
$parameters
리턴 boolean

createMediaIfNotExists() 보호된 메소드

protected createMediaIfNotExists ( string $name )
$name string

getByArrayConfig() 공개 정적인 메소드

public static getByArrayConfig ( $config ) : self
$config
리턴 self

getByAutoDetect() 공개 정적인 메소드

public static getByAutoDetect ( $config ) : self | boolean
$config
리턴 self | boolean

getByLegacyConfig() 공개 정적인 메소드

This is just for compatibility, this method will be removed with the next major release
public static getByLegacyConfig ( $config ) : self
$config
리턴 self

getByName() 공개 정적인 메소드

public static getByName ( $name ) : null | Config
$name
리턴 null | Config

getColorspace() 공개 메소드

public getColorspace ( ) : string
리턴 string

getCreationDate() 공개 메소드

public getCreationDate ( ) : integer
리턴 integer

getDescription() 공개 메소드

public getDescription ( ) : string
리턴 string

getEstimatedDimensions() 공개 메소드

public getEstimatedDimensions ( $asset )

getFilenameSuffix() 공개 메소드

public getFilenameSuffix ( ) : string
리턴 string

getForWebserviceExport() 공개 메소드

Returns thumbnail config for webservice export.

getFormat() 공개 메소드

public getFormat ( ) : string
리턴 string

getHighResolution() 공개 메소드

public getHighResolution ( ) : float
리턴 float

getItems() 공개 메소드

public getItems ( ) : array
리턴 array

getMedias() 공개 메소드

public getMedias ( ) : array
리턴 array

getModificationDate() 공개 메소드

public getModificationDate ( ) : integer
리턴 integer

getName() 공개 메소드

public getName ( ) : string
리턴 string

getPreviewConfig() 공개 정적인 메소드

public static getPreviewConfig ( )

getQuality() 공개 메소드

public getQuality ( ) : mixed
리턴 mixed

hasMedias() 공개 메소드

public hasMedias ( ) : boolean
리턴 boolean

isPreserveColor() 공개 메소드

public isPreserveColor ( ) : boolean
리턴 boolean

isPreserveMetaData() 공개 메소드

public isPreserveMetaData ( ) : boolean
리턴 boolean

resetItems() 공개 메소드

public resetItems ( ) : void
리턴 void

selectMedia() 공개 메소드

public selectMedia ( $name ) : boolean
$name
리턴 boolean

setColorspace() 공개 메소드

public setColorspace ( string $colorspace )
$colorspace string

setCreationDate() 공개 메소드

public setCreationDate ( integer $creationDate )
$creationDate integer

setDescription() 공개 메소드

public setDescription ( string $description )
$description string

setFilenameSuffix() 공개 메소드

public setFilenameSuffix ( string $filenameSuffix )
$filenameSuffix string

setFormat() 공개 메소드

public setFormat ( string $format )
$format string

setHighResolution() 공개 메소드

public setHighResolution ( float $highResolution )
$highResolution float

setItems() 공개 메소드

public setItems ( array $items )
$items array

setMedias() 공개 메소드

public setMedias ( array $medias )
$medias array

setModificationDate() 공개 메소드

public setModificationDate ( integer $modificationDate )
$modificationDate integer

setName() 공개 메소드

public setName ( string $name )
$name string

setPreserveColor() 공개 메소드

public setPreserveColor ( boolean $preserveColor )
$preserveColor boolean

setPreserveMetaData() 공개 메소드

public setPreserveMetaData ( boolean $preserveMetaData )
$preserveMetaData boolean

setQuality() 공개 메소드

public setQuality ( mixed $quality )
$quality mixed

프로퍼티 상세

$creationDate 공개적으로 프로퍼티

public int $creationDate
리턴 integer

$description 공개적으로 프로퍼티

public string $description
리턴 string

$filenameSuffix 공개적으로 프로퍼티

public string $filenameSuffix
리턴 string

$format 공개적으로 프로퍼티

public string $format
리턴 string

$highResolution 공개적으로 프로퍼티

public float $highResolution
리턴 float

$items 공개적으로 프로퍼티

format of array: array( array( "method" => "myName", "arguments" => array( "width" => 345, "height" => 200 ) ) )
public array $items
리턴 array

$medias 공개적으로 프로퍼티

public array $medias
리턴 array

$modificationDate 공개적으로 프로퍼티

public int $modificationDate
리턴 integer

$name 공개적으로 프로퍼티

public string $name
리턴 string

$preserveColor 공개적으로 프로퍼티

public bool $preserveColor
리턴 boolean

$preserveMetaData 공개적으로 프로퍼티

public bool $preserveMetaData
리턴 boolean

$quality 공개적으로 프로퍼티

public mixed $quality
리턴 mixed