class ResetSecretCommand extends Command (View source)

Properties

static protected $defaultName

Methods

__construct(string $projectDir)

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

__construct(string $projectDir)

Parameters

string $projectDir

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