TwistPHP Documentation

getGroup

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

getGroupGet an array of asset group information by its asset group ID

Parameters

Name Type Description
$intGroupIDintegern/a

Return Values

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

Example

<?php
//Set the variables for the example
$intGroupID 124;

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