Ejemplo n.º 1
0
 /**
  * Configure command
  *
  * @return void
  */
 protected function configure()
 {
     $this->setName('scan:modules')->setDescription('Get installed modules')->addOption('show-modules', null, InputOption::VALUE_NONE, 'Show all modules that were scanned for, not just matches');
     parent::configure();
 }
Ejemplo n.º 2
0
 /**
  * Configure command
  *
  * @return void
  */
 protected function configure()
 {
     $this->setName('scan:server')->setDescription('Check server technology');
     parent::configure();
 }
Ejemplo n.º 3
0
 /**
  * Configure command
  *
  * @return void
  */
 protected function configure()
 {
     $this->setName('scan:unreachable')->setDescription('Check unreachable paths');
     parent::configure();
 }
Ejemplo n.º 4
0
 /**
  * Configure command
  *
  * @return void
  */
 protected function configure()
 {
     $this->setName('scan:catalog')->setDescription('Get catalog information');
     parent::configure();
 }
Ejemplo n.º 5
0
 /**
  * Configure command
  *
  * @return void
  */
 protected function configure()
 {
     $this->setName('scan:sitemap')->setDescription('Check sitemap');
     parent::configure();
 }
Ejemplo n.º 6
0
 /**
  * Configure command
  *
  * @return void
  */
 protected function configure()
 {
     $this->setName('scan:patch')->setDescription('Get patch information');
     parent::configure();
 }
Ejemplo n.º 7
0
 /**
  * Configure command
  *
  * @return void
  */
 protected function configure()
 {
     $this->setName('scan:version')->setDescription('Get the version of a Magento installation');
     parent::configure();
 }