TwistPHP Documentation

removeSettings

File path: dist/twist/Core/Models/Install.model.php
Namespace: Twist\Core\Models
Extends:

removeSettingsRemove settings from the framework, these settings can be package or code settings

Parameters

Name Type Description
$strPackagestringn/a
[$strKey = null]stringn/a

Return Values

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

Example

<?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);