PHP Класс Kirby\Cli\Command\Plugin

Наследование: extends Kirby\Cli\Command
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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