File path: dist/twist/Core/Utilities/Asset.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
getGroup
— Get an array of asset group information by its asset group ID
Name | Description |
---|---|
$intGroupID | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$intGroupID = 124;
//Call the function getGroup with the example vars
Twist::Asset() -> getGroup($intGroupID);