class GenerateEntryClassesCommand extends Command

GenerateEntryClassesCommand class.

CLI command for generating entry classes based off content types.

Methods

configure()

No description

execute(InputInterface $input, OutputInterface $output)

{@inheritdoc}

string
convertToStudlyCaps(string $name)

Converts a string to SutdlyCaps.

Details

at line 42
protected configure()

at line 59
protected execute(InputInterface $input, OutputInterface $output)

{@inheritdoc}

Parameters

InputInterface $input
OutputInterface $output

at line 185
protected string convertToStudlyCaps(string $name)

Converts a string to SutdlyCaps.

Parameters

string $name

Return Value

string