class InfoCommand extends Command (View source)

Traits

Properties

static protected $defaultName

Methods

void
outputImage(SymfonyStyle $io)

No description

string
getImage()

No description

__construct(Version $doctrineVersion)

No description

void
configure()

{@inheritdoc}

execute(InputInterface $input, OutputInterface $output)

This method is executed after initialize(). It usually contains the logic to execute to complete this command task.

Details

void outputImage(SymfonyStyle $io)

Parameters

SymfonyStyle $io

Return Value

void

string getImage()

Return Value

string

__construct(Version $doctrineVersion)

Parameters

Version $doctrineVersion

protected void configure()

{@inheritdoc}

Return Value

void

protected execute(InputInterface $input, OutputInterface $output)

This method is executed after initialize(). It usually contains the logic to execute to complete this command task.

Parameters

InputInterface $input
OutputInterface $output