PHP Class Mmoreram\PHPFormatter\Finder\FileFinder

Datei anzeigen Open project: mmoreram/php-formatter Class Usage Examples

Public Methods

Method Description
findPHPFilesByPath ( string $path ) : Finder Find all php files by path.

Method Details

findPHPFilesByPath() public method

Find all php files by path.
public findPHPFilesByPath ( string $path ) : Finder
$path string Path
return Symfony\Component\Finder\Finder Finder iterable object with all PHP found files in path