SpecificationFactory
in package
Implements
SpecificationFactoryInterface
Factory class to build Specification used by FlyFinder when reading files to process.
Interfaces, Classes & Used Traits
- SpecificationFactoryInterface
- Interface for Specifications used to filter the FileSystem.
Methods
create() Line 35
Creates a SpecificationInterface object based on the ignore and extension parameters.
publiccreate(\phpDocumentor\Parser\list$globs, array $ignore, \phpDocumentor\Parser\list $extensions) : SpecificationInterface