SiteShowCommand extends Command
Command for showing the configuration of a site
Table of Contents
Properties
Methods
- __construct() : mixed
- configure() : mixed
- Defines the allowed options for this command
- execute() : mixed
- Shows the configuration of a site
Properties
$siteFinder
protected
SiteFinder
$siteFinder
Methods
__construct()
public
__construct(SiteFinder $siteFinder) : mixed
Parameters
- $siteFinder : SiteFinder
configure()
Defines the allowed options for this command
protected
configure() : mixed
execute()
Shows the configuration of a site
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
- $input : InputInterface
- $output : OutputInterface