PHP Class Psecio\Versionscan\Command\MissingCommand

Inheritance: extends Symfony\Component\Console\Command\Command
Show file Open project: psecio/versionscan

Protected Methods

Method Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) Execute the "missing" command

Private Methods

Method Description
getCveDetail ( $cveId, $output )

Method Details

configure() protected method

protected configure ( )

execute() protected method

Execute the "missing" command
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface Input object
$output Symfony\Component\Console\Output\OutputInterface Output object