File path: dist/twist/Core/Utilities/Asset.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
expand
— Expand the assets default array of date to include extra data such as detailed type/group information
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 expand with the example vars
Twist::Asset() -> expand($arrAsset);