SpecificationFactoryInterface
                
            in
            
        
    
        
            Interface for Specifications used to filter the FileSystem.
Table of Contents
Methods
- create() : SpecificationInterface
 - Creates a SpecificationInterface object based on the ignore and extension parameters.
 
Methods
create()
Creates a SpecificationInterface object based on the ignore and extension parameters.
    public
                    create(array<int, string|Path> $paths, Exclude $ignore, array<int, string> $extensions) : SpecificationInterface