class TypeFileSet (View source)

Entity representing the association between a thumbnail type and file sets.

Properties

protected Type $ftfsThumbnailType

The associated thumbnail type.

protected int $ftfsFileSetID

The ID of the associated file set.

Methods

__construct(Type $thumbnailType, Set $fileSet)

Initialize the instance.

getThumbnailType()

Get the associated thumbnail type.

int
getFileSetID()

Get the ID of the associated file set.

Details

__construct(Type $thumbnailType, Set $fileSet)

Initialize the instance.

Parameters

Type $thumbnailType
Set $fileSet

Type getThumbnailType()

Get the associated thumbnail type.

Return Value

Type

int getFileSetID()

Get the ID of the associated file set.

Return Value

int