class SitemapCreateCommand extends Command

Console command to create sitemap of events, executed with 'events:createSitemap'

Properties

private ConfigServiceInterface $configService Stores ConfigServiceInterface
private ContainerInterface $container Stores ContainerInterface
private EntityManagerInterface $em Stores EntityManagerInterface
private Environment $environment Stores Environment

Methods

__construct(ConfigServiceInterface $configService, ContainerInterface $container, EntityManagerInterface $em, Environment $environment)

No description

configure()

No description

execute(InputInterface $input, OutputInterface $output)

{@inheritdoc}

Details

at line 52
__construct(ConfigServiceInterface $configService, ContainerInterface $container, EntityManagerInterface $em, Environment $environment)

Parameters

ConfigServiceInterface $configService
ContainerInterface $container
EntityManagerInterface $em
Environment $environment

at line 65
protected configure()

at line 76
protected execute(InputInterface $input, OutputInterface $output)

{@inheritdoc}

Parameters

InputInterface $input
OutputInterface $output