Piwik\Plugins\Installation\Rule_checkUserPrivileges::dropExtraTables PHP Метод

dropExtraTables() приватный Метод

Drops the tables created by the privilege checking queries, if they exist.
private dropExtraTables ( Piwik\Db $db )
$db Piwik\Db The database object to use.
    private function dropExtraTables($db)
    {
        $db->query('DROP TABLE IF EXISTS ' . self::TEST_TABLE_NAME . ', ' . self::TEST_TEMP_TABLE_NAME);
    }