File ManagerCurrent Directory: wp-content/plugins/backwpup/vendor/inpsyde/plugin-environment-checker/srcLinux appserver-7a7af3b2-php-0c9ec09e2f9746c2a80fa3756c076432 6.12.94+ #1 SMP Fri Jul 17 09:26:56 UTC 2026 x86_64Edit File: ConstraintsCollectionFactory.php <?php namespace Inpsyde\EnvironmentChecker; use Inpsyde\EnvironmentChecker\Constraints\AbstractVersionConstraint; use Inpsyde\EnvironmentChecker\Constraints\ConstraintsCollection; class ConstraintsCollectionFactory { /** * Creates a Constraints Collection * * @param AbstractVersionConstraint ...$constraints * * @return ConstraintsCollection */ public function create(AbstractVersionConstraint ...$constraints) { return new ConstraintsCollection(...$constraints); } } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)DirConstraintsDirectory Rename | DeleteConstraintsCollectionFactory.phpFile506.00 B Rename | Delete | EditConstraintsCollectionFactoryInterface.phpFile185.00 B Rename | Delete | EditEnvironmentChecker.phpFile1.64 KB Rename | Delete | EditExceptionDirectory Rename | Delete