PHP Класс Composer\Satis\Console\Command\AddCommand

Автор: Sergey Kolodyazhnyy ([email protected])
Наследование: extends Composer\Command\BaseCommand
Показать файл Открыть проект

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

Метод Описание
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer
isRepositoryValid ( $repositoryUrl ) : boolean Validate repository URL

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

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

protected configure ( )

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

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer
$input Symfony\Component\Console\Input\InputInterface The input instance
$output Symfony\Component\Console\Output\OutputInterface The output instance
Результат integer

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

Validate repository URL
protected isRepositoryValid ( $repositoryUrl ) : boolean
$repositoryUrl
Результат boolean