PHP Class Composer\Satis\Console\Command\AddCommand

Author: Sergey Kolodyazhnyy ([email protected])
Inheritance: extends Composer\Command\BaseCommand
Mostra file Open project: composer/satis

Protected Methods

Method Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer
isRepositoryValid ( $repositoryUrl ) : boolean Validate repository URL

Method Details

configure() protected method

protected configure ( )

execute() protected method

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
return integer

isRepositoryValid() protected method

Validate repository URL
protected isRepositoryValid ( $repositoryUrl ) : boolean
$repositoryUrl
return boolean