NamespacesCommand extends Command
FinalYes
Lists all registered global Fluid ViewHelper namespaces
Tags
Attributes
- #[AsCommand]
- 'fluid:namespaces'
- 'Lists all registered global Fluid ViewHelper namespaces.'
Table of Contents
Methods
- __construct() : mixed
- configure() : void
- execute() : int
Methods
__construct()
public
__construct(ViewHelperResolverFactoryInterface $viewHelperResolverFactory) : mixed
Parameters
- $viewHelperResolverFactory : ViewHelperResolverFactoryInterface
configure()
protected
configure() : void
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface