ComposerUpdateCommand extends Command
Table of Contents
| $defaultName | ||
|---|---|---|
| $composerService | ComposerApiService | |
| __construct() | mixed | |
| configure() | mixed | |
| execute() | mixed | 
Properties
$defaultName
        protected
        static        mixed
        $defaultName
         = 'eccube:composer:update'    
            
$composerService
        private
                ComposerApiService
        $composerService
            
            
Methods
__construct()
        public
                                __construct(
                    
                            $composerService :
                ComposerApiService
                            
                )
        : mixed
    
    
            Parameters
- $composerService : ComposerApiService
 
Return values
mixedconfigure()
        protected
                                configure(
                )
        : mixed
    
    
    
        
            Return values
mixedexecute()
        protected
                                execute(
                    
                            $input :
                InputInterface
                            
                    
            ,                 $output :
                OutputInterface
                            
                )
        : mixed
    
    
            Parameters
- $input : InputInterface
 - $output : OutputInterface