‪TYPO3CMS  11.5
TYPO3\CMS\Core\Command\SiteListCommand Class Reference
Inheritance diagram for TYPO3\CMS\Core\Command\SiteListCommand:

Public Member Functions

 __construct (SiteFinder $siteFinder)
 

Protected Member Functions

 execute (InputInterface $input, OutputInterface $output)
 

Protected Attributes

SiteFinder $siteFinder
 

Detailed Description

Command for listing all configured sites

Definition at line 30 of file SiteListCommand.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Command\SiteListCommand::__construct ( SiteFinder  $siteFinder)

Member Function Documentation

◆ execute()

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

Shows a table with all configured sites

Definition at line 47 of file SiteListCommand.php.

References $output.

Member Data Documentation

◆ $siteFinder

SiteFinder TYPO3\CMS\Core\Command\SiteListCommand::$siteFinder
protected