Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ModuleEnableCommand.php
Go to the documentation of this file.
1 <?php
7 
12 {
16  protected function configure()
17  {
18  $this->setName('module:enable')
19  ->setDescription('Enables specified modules');
20  parent::configure();
21  }
22 
28  protected function isEnable()
29  {
30  return true;
31  }
32 }