/** * Initialize the stream wrappers. * * @param Bootstrap $bootstrap * @return void */ public static function initializeResources(Bootstrap $bootstrap) { StreamWrapperAdapter::initializeStreamWrapper($bootstrap->getObjectManager()); }