Fakerino\FakeData\AbstractFakeDataGenerator::getOption PHP Method

getOption() public method

Gets the options useful for the generate process.
public getOption ( string $key ) : mixed
$key string
return mixed
    public function getOption($key)
    {
        return $this->caller->getOption($key);
    }
AbstractFakeDataGenerator