Class Kitab\Finder

class Finder extends Hoa\File\Finder
{
    pub fn __construct();
}

Custom finder that scans only PHP files.

Methods

pub fn __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).