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

Public Member Functions

 __construct (CommandRegistry $commandRegistry, bool $degraded)
 

Protected Member Functions

 describeApplication (Application $application, array $options=[])
 

Private Member Functions

 describeNamespace (array $namespace, array $commands, int $width)
 
 getColumnWidth (array $namespaces)
 

Private Attributes

CommandRegistry $commandRegistry
 
bool $degraded
 

Detailed Description

Text descriptor.

Definition at line 32 of file TextDescriptor.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Command\Descriptor\TextDescriptor::__construct ( CommandRegistry  $commandRegistry,
bool  $degraded 
)

Member Function Documentation

◆ describeApplication()

TYPO3\CMS\Core\Command\Descriptor\TextDescriptor::describeApplication ( Application  $application,
array  $options = [] 
)
protected

◆ describeNamespace()

TYPO3\CMS\Core\Command\Descriptor\TextDescriptor::describeNamespace ( array  $namespace,
array  $commands,
int  $width 
)
private

◆ getColumnWidth()

TYPO3\CMS\Core\Command\Descriptor\TextDescriptor::getColumnWidth ( array  $namespaces)
private

Member Data Documentation

◆ $commandRegistry

CommandRegistry TYPO3\CMS\Core\Command\Descriptor\TextDescriptor::$commandRegistry
private

◆ $degraded

bool TYPO3\CMS\Core\Command\Descriptor\TextDescriptor::$degraded
private