ContentCleanCommand
        
        extends Command
    
    
            
            in package
            
        
    
    
            
            Uses
                            LockableTrait                    
    
        
        
    
Table of Contents
- TRANSLATION_DOMAIN = 'console_command'
- $defaultName : mixed
- $contentClean : mixed
- $translator : mixed
- __construct() : mixed
- configure() : mixed
- {@inheritdoc}
- execute() : int
- {@inheritdoc}
Constants
TRANSLATION_DOMAIN
    public
        mixed
    TRANSLATION_DOMAIN
    = 'console_command'
        
        
    
Properties
$defaultName
    protected
    static    mixed
    $defaultName
     = 'lotgd:cron:content:clean'
        
        
    
$contentClean
    private
        mixed
    $contentClean
    
        
        
    
$translator
    private
        mixed
    $translator
    
        
        
    
Methods
__construct()
    public
                    __construct(ContentCleanService $contentClean, TranslatorInterface $translator) : mixed
        
        Parameters
- $contentClean : ContentCleanService
- $translator : TranslatorInterface
Return values
mixed —configure()
{@inheritdoc}
    protected
                    configure() : mixed
    
    
    
        Return values
mixed —execute()
{@inheritdoc}
    protected
                    execute(InputInterface $input, OutputInterface $output) : int
    
        Parameters
- $input : InputInterface
- $output : OutputInterface