‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Command\SiteShowCommand Class Reference
Inheritance diagram for TYPO3\CMS\Core\Command\SiteShowCommand:

Public Member Functions

 __construct (protected readonly SiteFinder $siteFinder)
 

Protected Member Functions

 configure ()
 
 execute (InputInterface $input, OutputInterface $output)
 

Detailed Description

Command for showing the configuration of a site

Definition at line 31 of file SiteShowCommand.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Command\SiteShowCommand::__construct ( protected readonly SiteFinder  $siteFinder)

Definition at line 33 of file SiteShowCommand.php.

Member Function Documentation

◆ configure()

TYPO3\CMS\Core\Command\SiteShowCommand::configure ( )
protected

Defines the allowed options for this command

Definition at line 41 of file SiteShowCommand.php.

◆ execute()

TYPO3\CMS\Core\Command\SiteShowCommand::execute ( InputInterface  $input,
OutputInterface  $output 
)
protected

Shows the configuration of a site

Definition at line 53 of file SiteShowCommand.php.

References $output.