SpecificationFactoryInterface

in package

Interface for Specifications used to filter the FileSystem.

Methods

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

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

Parameters

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

Returns

SpecificationInterface