SyndicsMajCommand
extends Command
in package
implements
RequiresSpipInterface
FinalYes
Attributes
- #[AsCommand]
- $name: 'sites:syndics:maj'
- $aliases: ['syndics:maj']
- $description: 'Mettre à jour les flux des sites syndiqués.'
Table of Contents
Interfaces
- RequiresSpipInterface
Properties
Methods
- __construct() : mixed
- configure() : void
- execute() : int
Properties
$syndicTask read-only
private
SyndicTask
$syndicTask
Methods
__construct()
public
__construct(SyndicTask $syndicTask) : mixed
Parameters
- $syndicTask : SyndicTask
configure()
protected
configure() : void
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface