GenerateCommand
class GenerateCommand extends Command (View source)
Provides the console command to generate UUIDs
Methods
configure()
{@inheritDoc}
execute(InputInterface $input, OutputInterface $output)
{@inheritDoc}
createUuid(int $version, string $namespace = null, string $name = null)
Creates the requested UUID
string
validateNamespace(string $namespace)
Validates the namespace argument
Details
at line 30
protected
configure()
{@inheritDoc}
at line 72
protected
execute(InputInterface $input, OutputInterface $output)
{@inheritDoc}
at line 106
protected Uuid
createUuid(int $version, string $namespace = null, string $name = null)
Creates the requested UUID
at line 141
protected string
validateNamespace(string $namespace)
Validates the namespace argument