PHP 클래스 Kirby\Cli\Command\Plugin

상속: extends Kirby\Cli\Command
파일 보기 프로젝트 열기: getkirby/cli 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$info
$input
$output
$repo
$tmp
$uid
$zip

보호된 메소드들

메소드 설명
author ( ) Get the plugin author
cleanUp ( ) Remove the tmp directory
confirm ( $message )
description ( ) Get the plugin description
destination ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
fetch ( ) Download and extract the plugin
info ( ) Read the plugin package file and return the info as array
license ( ) Get the license
move ( ) Move the source to the final destination
name ( ) Return the clear name of the plugin
pluginExists ( )
prepare ( )
repo ( )
source ( )
sourceExists ( )
type ( ) Return the plugin type
version ( ) Get the current version number

메소드 상세

author() 보호된 메소드

Get the plugin author
protected author ( )

cleanUp() 보호된 메소드

Remove the tmp directory
protected cleanUp ( )

confirm() 보호된 메소드

protected confirm ( $message )

description() 보호된 메소드

Get the plugin description
protected description ( )

destination() 보호된 메소드

protected destination ( )

execute() 보호된 메소드

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

fetch() 보호된 메소드

Download and extract the plugin
protected fetch ( )

info() 보호된 메소드

Read the plugin package file and return the info as array
protected info ( )

license() 보호된 메소드

Get the license
protected license ( )

move() 보호된 메소드

Move the source to the final destination
protected move ( )

name() 보호된 메소드

Return the clear name of the plugin
protected name ( )

pluginExists() 보호된 메소드

protected pluginExists ( )

prepare() 보호된 메소드

protected prepare ( )

repo() 보호된 메소드

protected repo ( )

source() 보호된 메소드

protected source ( )

sourceExists() 보호된 메소드

protected sourceExists ( )

type() 보호된 메소드

Return the plugin type
protected type ( )

version() 보호된 메소드

Get the current version number
protected version ( )

프로퍼티 상세

$info 보호되어 있는 프로퍼티

protected $info

$input 보호되어 있는 프로퍼티

protected $input

$output 보호되어 있는 프로퍼티

protected $output

$repo 보호되어 있는 프로퍼티

protected $repo

$tmp 보호되어 있는 프로퍼티

protected $tmp

$uid 보호되어 있는 프로퍼티

protected $uid

$zip 보호되어 있는 프로퍼티

protected $zip