File path: dist/twist/Core/Utilities/Asset.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
addGroup
— Add a new group to the asset groups table, the asset groups will allow you slit/categorise your assets into manageable groups.
Name | Description |
---|---|
$strDescription | n/a |
$srtSlug | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strDescription = 'foo';
$srtSlug = ;
//Call the function addGroup with the example vars
Twist::Asset() -> addGroup($strDescription, $srtSlug);