Function Database_Static_xml->_clear_caching_for
Definitions
sources/database/xml.php
- Clear caching for a particular table, as it has changed.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$table_name | string | No | No | required parameter | N/A | N/A | The table name |
Preview
Code (PHP)
/**
* Clear caching for a particular table, as it has changed.
*
* @param string $table_name The table name
*/
protected function _clear_caching_for(string $table_name)
* Clear caching for a particular table, as it has changed.
*
* @param string $table_name The table name
*/
protected function _clear_caching_for(string $table_name)