PHP Class Platformsh\Cli\Command\Environment\EnvironmentDeleteCommand

Inheritance: extends Platformsh\Cli\Command\CommandBase
Show file Open project: commerceguys/platform-cli

Protected Methods

Method Description
configure ( )
deleteMultiple ( array $environments, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : boolean
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getMergedEnvironments ( string $base ) : array

Method Details

configure() protected method

protected configure ( )

deleteMultiple() protected method

protected deleteMultiple ( array $environments, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : boolean
$environments array
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
return boolean

execute() protected method

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

getMergedEnvironments() protected method

protected getMergedEnvironments ( string $base ) : array
$base string
return array