MiniAsset\Factory::scanner PHP 메소드

scanner() 공개 메소드

Create a new scanner instance for the provided paths.
public scanner ( array $paths ) : AssetScanner
$paths array The paths to scan.
리턴 AssetScanner
    public function scanner($paths)
    {
        return new AssetScanner($paths, $this->config->theme());
    }