CommonDBTM::forceTable PHP Method

forceTable() static public method

force table value (used for config management for old versions)
static public forceTable ( $table ) : nothing
$table name of the table to be forced
return nothing
    static function forceTable($table)
    {
        $_SESSION['glpi_table_of'][get_called_class()] = $table;
    }
CommonDBTM