Neos\Flow\Cli\DescriptionAwareCommandControllerInterface::processShortDescription PHP Метод

processShortDescription() публичный статический Метод

Processes the given short description of the specified command.
public static processShortDescription ( string $controllerCommandName, string $shortDescription, Neos\Flow\ObjectManagement\ObjectManagerInterface $objectManager ) : string
$controllerCommandName string Name of the command the description is referring to, for example "flush"
$shortDescription string The short command description so far
$objectManager Neos\Flow\ObjectManagement\ObjectManagerInterface The object manager, can be used to access further information necessary for rendering the description
Результат string the possibly modified short command description
    public static function processShortDescription($controllerCommandName, $shortDescription, ObjectManagerInterface $objectManager);
DescriptionAwareCommandControllerInterface