\Composer\Package\ArchiverArchivableFilesFinder

A Symfony Finder wrapper which locates files that should go into archives

Handles .gitignore, .gitattributes and .hgignore files as well as composer's own exclude rules from composer.json

Summary

Methods
Properties
Constants
__construct()
accept()
No public properties found
No constants found
No protected methods found
$finder
N/A
No private methods found
No private properties found
N/A

Properties

Methods

__construct()

__construct(string  $sources, array  $excludes, boolean  $ignoreFilters = false) 

Initializes the internal Symfony Finder with appropriate filters

Parameters

string $sources

Path to source files to be archived

array $excludes

Composer's own exclude rules from composer.json

boolean $ignoreFilters

Ignore filters when looking for files

accept()

accept()