$output
$output :
__construct(\Symfony\Component\Console\Output\OutputInterface $output, string|null $format = null, integer $indicatorChangeInterval = 100, array|null $indicatorValues = null)
| \Symfony\Component\Console\Output\OutputInterface | $output | |
| string|null | $format | Indicator format |
| integer | $indicatorChangeInterval | Change interval in milliseconds |
| array|null | $indicatorValues | Animated indicator characters |
setPlaceholderFormatterDefinition(string $name, callable $callable)
Sets a placeholder formatter for a given name.
This method also allow you to override an existing placeholder.
| string | $name | The placeholder name (including the delimiter char like %) |
| callable | $callable | A PHP callable |