File path: dist/twist/Core/Models/Install.model.php
Namespace: Twist\Core\Models
removeSettings
— Remove settings from the framework, these settings can be package or code settings
Name | Description |
---|---|
$strSlug | n/a |
$strType | n/a |
[$strKey = null] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strSlug = 'foo';
$strType = 'foo';
$strKey = null;
//Call the function removeSettings with the example vars
\Twist\Core\Models\Install::removeSettings($strSlug, $strType, $strKey);