TwistPHP Documentation

getSupportingContent

File path: dist/twist/Core/Utilities/Asset.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

getSupportingContentGet 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.

Parameters

Name Type Description
$arrAssetarrayn/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$arrAsset = array(=> 'foo'=> 'bar');

//Call the function getSupportingContent with the example vars
Twist::Asset() -> getSupportingContent($arrAsset);