PHP Класс Pagekit\Console\Commands\SelfupdateCommand

Наследование: extends Pagekit\Application\Console\Command
Показать файл Открыть проект

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

Свойство Тип Описание
$description
$name

Открытые методы

Метод Описание
download ( $url, $file )

Защищенные методы

Метод Описание
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getVersions ( ) : mixed

Описание методов

configure() защищенный Метод

protected configure ( )

download() публичный Метод

public download ( $url, $file )
$url
$file

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

getVersions() защищенный Метод

protected getVersions ( ) : mixed
Результат mixed

Описание свойств

$description защищенное свойство

protected $description

$name защищенное свойство

protected $name