AnalyseCommand extends Command
FinalYes
Analyses Fluid templates for syntax errors and deprecated functionality
Tags
Attributes
- #[AsCommand]
- 'fluid:analyse'
- 'Analyses Fluid templates for syntax errors and deprecated functionality.'
- ['fluid:analyze']
Table of Contents
Methods
- __construct() : mixed
- configure() : void
- execute() : int
Methods
__construct()
public
__construct(TemplateFinder $templateFinder, RenderingContextFactory $renderingContextFactory) : mixed
Parameters
- $templateFinder : TemplateFinder
- $renderingContextFactory : RenderingContextFactory
configure()
protected
configure() : void
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface