Fakerino\Core\FakeHandler\RegExFakerClass::__construct PHP Method

__construct() public method

Constructor.
public __construct ( Fakerino\Core\RegEx\RegExGeneratorInterface $regexGenerator )
$regexGenerator Fakerino\Core\RegEx\RegExGeneratorInterface
    public function __construct(RegExGeneratorInterface $regexGenerator)
    {
        $this->regexGenerator = $regexGenerator;
    }
RegExFakerClass