*/ class GearmanBaseBundle extends Bundle { /** * Shutdowns the Bundle. * * @api */ public function shutdown() { } /** * Builds the bundle. * * It is only ever called once when the cache is empty. * * @param ContainerBuilder $container A ContainerBuilder instance * * @api */ public function build(ContainerBuilder $container) { } }