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 |
---|---|
$strPackage | n/a |
[$strKey = null] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strPackage = 'foo';
$strKey = null;
//Call the function removeSettings with the example vars
\Twist\Core\Models\Install::removeSettings($strPackage, $strKey);