File path: dist/twist/Core/Models/Database/ProtocolJSON.model.php
Namespace: Twist\Core\Models\Database
writeChanges
—
Name | Description |
---|---|
[$strDatabase = null] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strDatabase = null;
//Call the function writeChanges with the example vars
$resProtocolJSON = new \Twist\Core\Models\Database\ProtocolJSON();
$resProtocolJSON -> writeChanges($strDatabase);