interface AssetProxyInterface (View source)

Interface for a stand-in object of remote or already imported assets from an asset source.

Methods

string
getIdentifier()

No description

string
getLabel()

No description

string
getFilename()

No description

int
getFileSize()

No description

string
getMediaType()

No description

int|null
getWidthInPixels()

No description

int|null
getHeightInPixels()

No description

UriInterface|null
getThumbnailUri()

No description

UriInterface|null
getPreviewUri()

No description

resource
getImportStream()

No description

string|null
getLocalAssetIdentifier()

No description

Details

AssetSourceInterface getAssetSource()

No description

Return Value

AssetSourceInterface

string getIdentifier()

No description

Return Value

string

string getLabel()

No description

Return Value

string

string getFilename()

No description

Return Value

string

DateTimeInterface getLastModified()

No description

Return Value

DateTimeInterface

int getFileSize()

No description

Return Value

int

string getMediaType()

No description

Return Value

string

int|null getWidthInPixels()

No description

Return Value

int|null

int|null getHeightInPixels()

No description

Return Value

int|null

UriInterface|null getThumbnailUri()

No description

Return Value

UriInterface|null

UriInterface|null getPreviewUri()

No description

Return Value

UriInterface|null

resource getImportStream()

No description

Return Value

resource

string|null getLocalAssetIdentifier()

No description

Return Value

string|null