Function DatabaseRepair->add_fixup_query
Definitions
sources/database_repair.php
- Add query to list of ones that might be run by user.
- Visibility: private
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$query | string | No | No | required parameter | N/A | N/A | Query |
Preview
Code (PHP)
/**
* Add query to list of ones that might be run by user.
*
* @param string $query Query
*/
private function add_fixup_query(string $query)
* Add query to list of ones that might be run by user.
*
* @param string $query Query
*/
private function add_fixup_query(string $query)