Recca0120\Terminal\Console\Commands\Find::__construct PHP Метод

__construct() публичный Метод

__construct.
public __construct ( Finder $finder, Illuminate\Filesystem\Filesystem $filesystem )
$finder Symfony\Component\Finder\Finder
$filesystem Illuminate\Filesystem\Filesystem
    public function __construct(Finder $finder, Filesystem $filesystem)
    {
        parent::__construct();
        $this->finder = $finder;
        $this->filesyste = $filesystem;
    }