TwistPHP Documentation

expand

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

expandExpand the assets default array of date to include extra data such as detailed type/group information

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 expand with the example vars
Twist::Asset() -> expand($arrAsset);