PHP Class Pimcore\Model\Asset\Image\Thumbnail\Config

Inheritance: extends Pimcore\Model\AbstractModel
Afficher le fichier Open project: pimcore/pimcore Class Usage Examples

Méthodes publiques

Свойство Type Description
$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

Méthodes publiques

Méthode Description
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 )

Méthodes protégées

Méthode Description
createMediaIfNotExists ( string $name )

Method Details

addItem() public méthode

public addItem ( $name, $parameters, $media = null ) : boolean
$name
$parameters
Résultat boolean

addItemAt() public méthode

public addItemAt ( $position, $name, $parameters, $media = null ) : boolean
$name
$parameters
Résultat boolean

createMediaIfNotExists() protected méthode

protected createMediaIfNotExists ( string $name )
$name string

getByArrayConfig() public static méthode

public static getByArrayConfig ( $config ) : self
$config
Résultat self

getByAutoDetect() public static méthode

public static getByAutoDetect ( $config ) : self | boolean
$config
Résultat self | boolean

getByLegacyConfig() public static méthode

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

getByName() public static méthode

public static getByName ( $name ) : null | Config
$name
Résultat null | Config

getColorspace() public méthode

public getColorspace ( ) : string
Résultat string

getCreationDate() public méthode

public getCreationDate ( ) : integer
Résultat integer

getDescription() public méthode

public getDescription ( ) : string
Résultat string

getEstimatedDimensions() public méthode

public getEstimatedDimensions ( $asset )

getFilenameSuffix() public méthode

public getFilenameSuffix ( ) : string
Résultat string

getForWebserviceExport() public méthode

Returns thumbnail config for webservice export.

getFormat() public méthode

public getFormat ( ) : string
Résultat string

getHighResolution() public méthode

public getHighResolution ( ) : float
Résultat float

getItems() public méthode

public getItems ( ) : array
Résultat array

getMedias() public méthode

public getMedias ( ) : array
Résultat array

getModificationDate() public méthode

public getModificationDate ( ) : integer
Résultat integer

getName() public méthode

public getName ( ) : string
Résultat string

getPreviewConfig() public static méthode

public static getPreviewConfig ( )

getQuality() public méthode

public getQuality ( ) : mixed
Résultat mixed

hasMedias() public méthode

public hasMedias ( ) : boolean
Résultat boolean

isPreserveColor() public méthode

public isPreserveColor ( ) : boolean
Résultat boolean

isPreserveMetaData() public méthode

public isPreserveMetaData ( ) : boolean
Résultat boolean

resetItems() public méthode

public resetItems ( ) : void
Résultat void

selectMedia() public méthode

public selectMedia ( $name ) : boolean
$name
Résultat boolean

setColorspace() public méthode

public setColorspace ( string $colorspace )
$colorspace string

setCreationDate() public méthode

public setCreationDate ( integer $creationDate )
$creationDate integer

setDescription() public méthode

public setDescription ( string $description )
$description string

setFilenameSuffix() public méthode

public setFilenameSuffix ( string $filenameSuffix )
$filenameSuffix string

setFormat() public méthode

public setFormat ( string $format )
$format string

setHighResolution() public méthode

public setHighResolution ( float $highResolution )
$highResolution float

setItems() public méthode

public setItems ( array $items )
$items array

setMedias() public méthode

public setMedias ( array $medias )
$medias array

setModificationDate() public méthode

public setModificationDate ( integer $modificationDate )
$modificationDate integer

setName() public méthode

public setName ( string $name )
$name string

setPreserveColor() public méthode

public setPreserveColor ( boolean $preserveColor )
$preserveColor boolean

setPreserveMetaData() public méthode

public setPreserveMetaData ( boolean $preserveMetaData )
$preserveMetaData boolean

setQuality() public méthode

public setQuality ( mixed $quality )
$quality mixed

Property Details

$creationDate public_oe property

public int $creationDate
Résultat integer

$description public_oe property

public string $description
Résultat string

$filenameSuffix public_oe property

public string $filenameSuffix
Résultat string

$format public_oe property

public string $format
Résultat string

$highResolution public_oe property

public float $highResolution
Résultat float

$items public_oe property

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

$medias public_oe property

public array $medias
Résultat array

$modificationDate public_oe property

public int $modificationDate
Résultat integer

$name public_oe property

public string $name
Résultat string

$preserveColor public_oe property

public bool $preserveColor
Résultat boolean

$preserveMetaData public_oe property

public bool $preserveMetaData
Résultat boolean

$quality public_oe property

public mixed $quality
Résultat mixed