File path: dist/twist/Core/Utilities/Asset.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
getSupportingContent
— Get all the supporting content for this asset, this includes thumbnails and alternative sizes/formats. If none are found the default icon set will be returned.
Name | Description |
---|---|
$arrAsset | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$arrAsset = array(0 => 'foo', 1 => 'bar');
//Call the function getSupportingContent with the example vars
Twist::Asset() -> getSupportingContent($arrAsset);