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<string,string> $dimensionValues
protected string $nodeTypeName

Methods

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

No description

getAsset()

No description

string
getNodeIdentifier()

No description

string
getWorkspaceName()

No description

array<string,string>
getDimensionValues()

No description

string
getNodeTypeName()

No description

Details

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

No description

Parameters

AssetInterface $asset
string $nodeIdentifier
string $workspaceName
array<string,string> $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<string,string> getDimensionValues()

No description

Return Value

array<string,string>

string getNodeTypeName()

No description

Return Value

string