class AssetUsageInNodeProperties extends UsageReference (View source)

A DTO for storing information related to a usage of an asset in node properties.

Properties

protected AssetInterface $asset from  UsageReference
protected string $nodeIdentifier
protected string $workspaceName
protected array $dimensionValues
protected string $nodeTypeName

Methods

__construct(AssetInterface $asset, string $nodeIdentifier, string $workspaceName, array $dimensionValues, string $nodeTypeName)

No description

getAsset()

No description

string
getNodeIdentifier()

No description

string
getWorkspaceName()

No description

array
getDimensionValues()

No description

string
getNodeTypeName()

No description

Details

__construct(AssetInterface $asset, string $nodeIdentifier, string $workspaceName, array $dimensionValues, string $nodeTypeName)

No description

Parameters

AssetInterface $asset
string $nodeIdentifier
string $workspaceName
array $dimensionValues
string $nodeTypeName

AssetInterface getAsset()

No description

Return Value

AssetInterface

string getNodeIdentifier()

No description

Return Value

string

string getWorkspaceName()

No description

Return Value

string

array getDimensionValues()

No description

Return Value

array

string getNodeTypeName()

No description

Return Value

string