PHP Class Kirby\Cli\Command\Make

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

Protected Properties

Property Type Description
$dest
$extension
$help
$info
$input
$output
$what

Protected Methods

Method Description
configure ( )
copy ( )
dest ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
exists ( )
file ( )
info ( )
name ( )
template ( )

Method Details

configure() protected method

protected configure ( )

copy() protected method

protected copy ( )

dest() protected method

protected dest ( )

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

exists() protected method

protected exists ( )

file() protected method

protected file ( )

info() protected method

protected info ( )

name() protected method

protected name ( )

template() protected method

protected template ( )

Property Details

$dest protected property

protected $dest

$extension protected property

protected $extension

$help protected property

protected $help

$info protected property

protected $info

$input protected property

protected $input

$output protected property

protected $output

$what protected property

protected $what