PHP 클래스 Pimcore\Model\Asset\Video

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

공개 프로퍼티들

프로퍼티 타입 설명
$type string

공개 메소드들

메소드 설명
clearThumbnails ( $force = false ) : void
delete ( )
getDuration ( ) : mixed
getImageThumbnail ( $thumbnailName, null $timeOffset = null, null $imageAsset = null ) : mixed | string
getThumbnail ( $thumbnailName, $onlyFormats = [] ) : string Returns a path to a given thumbnail or an thumbnail configuration
getThumbnailConfig ( string $config ) : Config | null

보호된 메소드들

메소드 설명
getDurationFromBackend ( ) : null
update ( ) : void

메소드 상세

clearThumbnails() 공개 메소드

public clearThumbnails ( $force = false ) : void
리턴 void

delete() 공개 메소드

public delete ( )

getDuration() 공개 메소드

public getDuration ( ) : mixed
리턴 mixed

getDurationFromBackend() 보호된 메소드

protected getDurationFromBackend ( ) : null
리턴 null

getImageThumbnail() 공개 메소드

public getImageThumbnail ( $thumbnailName, null $timeOffset = null, null $imageAsset = null ) : mixed | string
$thumbnailName
$timeOffset null
$imageAsset null
리턴 mixed | string

getThumbnail() 공개 메소드

Returns a path to a given thumbnail or an thumbnail configuration
public getThumbnail ( $thumbnailName, $onlyFormats = [] ) : string
리턴 string

getThumbnailConfig() 공개 메소드

public getThumbnailConfig ( string $config ) : Config | null
$config string
리턴 Pimcore\Model\Asset\Video\Thumbnail\Config | null

update() 보호된 메소드

protected update ( ) : void
리턴 void

프로퍼티 상세

$type 공개적으로 프로퍼티

public string $type
리턴 string