*/ interface PurgerInterface { /** * Purge the data from the database for the given EntityManager. * * @return void */ function purge(); }