Class Kitab\Finder

class Finder extends Hoa\File\Finder
{
    public function __construct();
}

Custom finder that scans only PHP files.

Methods

public function __construct()

Configure the finder.

This finder is pre-configured to scan only PHP files. It ignores Git files and Mercurial files. No dependencies are ignored (for instance Composer).