PHP Class Kirby\Cli\Command\Delete

Inheritance: extends Kirby\Cli\Command
Show file Open project: getkirby/cli

Protected Properties

Property Type Description
$description
$type

Protected Methods

Method Description
configure ( )
delete ( $name, $output )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
root ( )
selection ( )

Method Details

configure() protected method

protected configure ( )

delete() protected method

protected delete ( $name, $output )

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

root() protected method

protected root ( )

selection() protected method

protected selection ( )

Property Details

$description protected property

protected $description

$type protected property

protected $type