AssetUsageInNodeProperties
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
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
AssetInterface
getAsset()
No description
string
getNodeIdentifier()
No description
string
getWorkspaceName()
No description
array
getDimensionValues()
No description
string
getNodeTypeName()
No description