TwistPHP Documentation

removeSettings

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

removeSettingsRemove all the settings for a particular package, this is usually called by the uninstall.php file located in the package folder

Return Values

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

Example

<?php
//Call the function removeSettings with the example vars
$resPackage = new \Twist\Core\Models\Package();
$resPackage -> removeSettings();