GenerateClassesCommand
class GenerateClassesCommand extends Command
The GenerateClassesCommand can be used to generate a set of classes for every content type. This yields improved performance.
Methods
                    configure()
        
                                            
                
            No description
                    execute(InputInterface $input, OutputInterface $output)
        
                                            
                
            No description
                    getClassGenerator()
        
                                            
                
            Returns the ClassGenerator used by this command. Override this method if you need to customize the generated classes.
Details
        at         line 24
                    protected        
    configure()
        
    
    
        at         line 44
                    protected        
    execute(InputInterface $input, OutputInterface $output)
        
    
    
        at         line 79
                    protected        ClassGenerator
    getClassGenerator()
        
    
    Returns the ClassGenerator used by this command. Override this method if you need to customize the generated classes.