File path: dist/twist/Core/Utilities/Asset.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
editGroup
— Update a asset group, change the group description and slug without affecting the assets contained within the group.
Name | Description |
---|---|
$intGroupID | n/a |
$strDescription | n/a |
$srtSlug | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$intGroupID = 124;
$strDescription = 'foo';
$srtSlug = ;
//Call the function editGroup with the example vars
Twist::Asset() -> editGroup($intGroupID, $strDescription, $srtSlug);