PhpSchool\LearnYouPhp\Exercise\ExceptionalCoding::__construct PHP Method

__construct() public method

public __construct ( Symfony\Component\Filesystem\Filesystem $filesystem, Generator $faker )
$filesystem Symfony\Component\Filesystem\Filesystem
$faker Faker\Generator
    public function __construct(Filesystem $filesystem, Generator $faker)
    {
        $this->filesystem = $filesystem;
        $this->faker = $faker;
    }