PHP Class Kirby\Cli\Command

Inheritance: extends Symfony\Component\Console\Command\Command
Datei anzeigen Open project: getkirby/cli

Protected Methods

Method Description
bootstrap ( )
checkPath ( $path )
dir ( )
download ( $params )
install ( $params = [] )
isInstalled ( )
kirby ( )
site ( )
tmp ( $filename )
unzip ( $zip, $path )
version ( )

Method Details

bootstrap() protected method

protected bootstrap ( )

checkPath() protected method

protected checkPath ( $path )

dir() protected method

protected dir ( )

download() protected method

protected download ( $params )

install() protected method

protected install ( $params = [] )

isInstalled() protected method

protected isInstalled ( )

kirby() protected method

protected kirby ( )

site() protected method

protected site ( )

tmp() protected method

protected tmp ( $filename )

unzip() protected method

protected unzip ( $zip, $path )

version() protected method

protected version ( )