Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Protected Member Functions
DeployCommand Class Reference
Inheritance diagram for DeployCommand:

Protected Member Functions

 configure ()
 
 execute (InputInterface $input, OutputInterface $output)
 

Detailed Description

Definition at line 9 of file DeployCommand.php.

Member Function Documentation

◆ configure()

configure ( )
protected

Definition at line 11 of file DeployCommand.php.

12  {
13  $this
14  ->setName('composer:magento:deploy')
15  ->setDescription('Test command registered in a module')
16  ;
17  }

◆ execute()

execute ( InputInterface  $input,
OutputInterface  $output 
)
protected
Parameters
\Symfony\Component\Console\Input\InputInterface$input
\Symfony\Component\Console\Output\OutputInterface$output
Returns
int|void

Definition at line 24 of file DeployCommand.php.

25  {
26 
27  $output->writeln('it works, maybe');
28  }

The documentation for this class was generated from the following file: