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

Creates a SpecificationInterface object based on the ignore and extension parameters.

publiccreate(\phpDocumentor\Parser\list $globs, array $ignore, \phpDocumentor\Parser\list $extensions) : SpecificationInterface

Parameters

$globs : \phpDocumentor\Parser\list
$ignore : array
$extensions : \phpDocumentor\Parser\list

Returns

SpecificationInterface