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

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

Méthodes publiques

Свойство Type Description
$audioBitrate integer
$creationDate integer
$description string
$items array format of array: array( array( "method" => "myName", "arguments" => array( "width" => 345, "height" => 200 ) ) )
$modificationDate integer
$name string
$videoBitrate integer

Méthodes publiques

Méthode Description
addItem ( $name, $parameters ) : boolean
addItemAt ( $position, $name, $parameters ) : boolean
getAudioBitrate ( ) : integer
getByName ( $name ) : null | Config
getCreationDate ( ) : integer
getDescription ( ) : string
getEstimatedDimensions ( ) : array
getItems ( ) : array
getModificationDate ( ) : integer
getName ( ) : string
getPreviewConfig ( ) : Config
getVideoBitrate ( ) : integer
resetItems ( ) : void
setAudioBitrate ( $audioBitrate )
setCreationDate ( integer $creationDate )
setDescription ( $description )
setItems ( $items )
setModificationDate ( integer $modificationDate )
setName ( $name )
setVideoBitrate ( $videoBitrate )

Method Details

addItem() public méthode

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

addItemAt() public méthode

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

getAudioBitrate() public méthode

public getAudioBitrate ( ) : integer
Résultat integer

getByName() public static méthode

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

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 ( ) : array
Résultat array

getItems() public méthode

public getItems ( ) : 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 ( ) : Config
Résultat Config

getVideoBitrate() public méthode

public getVideoBitrate ( ) : integer
Résultat integer

resetItems() public méthode

public resetItems ( ) : void
Résultat void

setAudioBitrate() public méthode

public setAudioBitrate ( $audioBitrate )
$audioBitrate

setCreationDate() public méthode

public setCreationDate ( integer $creationDate )
$creationDate integer

setDescription() public méthode

public setDescription ( $description )
$description

setItems() public méthode

public setItems ( $items )
$items

setModificationDate() public méthode

public setModificationDate ( integer $modificationDate )
$modificationDate integer

setName() public méthode

public setName ( $name )
$name

setVideoBitrate() public méthode

public setVideoBitrate ( $videoBitrate )
$videoBitrate

Property Details

$audioBitrate public_oe property

public int $audioBitrate
Résultat integer

$creationDate public_oe property

public int $creationDate
Résultat integer

$description public_oe property

public string $description
Résultat string

$items public_oe property

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

$modificationDate public_oe property

public int $modificationDate
Résultat integer

$name public_oe property

public string $name
Résultat string

$videoBitrate public_oe property

public int $videoBitrate
Résultat integer