CommonDBTM::forceTable PHP 메소드

forceTable() 정적인 공개 메소드

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