final class NeosAssetProxy implements AssetProxyInterface, ProvidesOriginalUriInterface (View source)

Properties

protected PersistenceManagerInterface $persistenceManager
protected ResourceManager $resourceManager

Methods

__construct(AssetInterface $asset, NeosAssetSource $assetSource)

No description

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

getAsset()

No description

UriInterface|null
getThumbnailUri()

No description

UriInterface|null
getPreviewUri()

No description

UriInterface|null
getOriginalUri()

No description

resource
getImportStream()

No description

string|null
getLocalAssetIdentifier()

No description

Details

__construct(AssetInterface $asset, NeosAssetSource $assetSource)

No description

Parameters

AssetInterface $asset
NeosAssetSource $assetSource

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

AssetInterface getAsset()

No description

Return Value

AssetInterface

UriInterface|null getThumbnailUri()

No description

Return Value

UriInterface|null

Exceptions

AssetServiceException
ThumbnailServiceException

UriInterface|null getPreviewUri()

No description

Return Value

UriInterface|null

Exceptions

AssetServiceException
ThumbnailServiceException

UriInterface|null getOriginalUri()

No description

Return Value

UriInterface|null

resource getImportStream()

No description

Return Value

resource

string|null getLocalAssetIdentifier()

No description

Return Value

string|null