PHP Class Knp\Bundle\KnpBundlesBundle\Command\KbSolrServerStartCommand

Author: Leszek Prabucki ([email protected])
Inheritance: extends Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand
Show file Open project: KnpLabs/KnpBundles

Protected Properties

Property Type Description
$utils Knp\Bundle\KnpBundlesBundle\Utils\SolrUtils

Protected Methods

Method Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Private Methods

Method Description
createRunSolrCommand ( Symfony\Component\Console\Input\InputInterface $input ) : string Create and return SOLR start command

Method Details

configure() protected method

protected configure ( )

execute() protected method

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

Property Details

$utils protected property

protected SolrUtils,Knp\Bundle\KnpBundlesBundle\Utils $utils
return Knp\Bundle\KnpBundlesBundle\Utils\SolrUtils