File ManagerCurrent Directory: wp-content/plugins/backwpup/vendor/inpsyde/backwpup-restore-shared/src/LogLinux appserver-7a7af3b2-php-0c9ec09e2f9746c2a80fa3756c076432 6.12.94+ #1 SMP Fri Jul 17 09:26:56 UTC 2026 x86_64Edit File: LevelExtractorFactory.php <?php declare(strict_types=1); /* * This file is part of the BackWPup Restore Shared package. * * (c) Guido Scialfa <dev@guidoscialfa.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Inpsyde\Restore\Log; /** * @author Guido Scialfa <dev@guidoscialfa.com> */ class LevelExtractorFactory { /** * Create instance of LevelExtractor. * * Unfortunately BWU doesn't make use of services so we have to fallback to a Factory */ public function create(): LevelExtractor { $fileReader = new FileReader(); $logLineParser = new LogLineParser(); return new LevelExtractor($fileReader, $logLineParser); } } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)DirFileReader.phpFile1.14 KB Rename | Delete | EditLevelExtractor.phpFile4.04 KB Rename | Delete | EditLevelExtractorFactory.phpFile762.00 B Rename | Delete | EditLog.phpFile636.00 B Rename | Delete | EditLogData.phpFile1.17 KB Rename | Delete | EditLogLineParser.phpFile1.13 KB Rename | Delete | EditNullLogData.phpFile719.00 B Rename | Delete | Edit