Sets a placeholder formatter for a given name, for this instance only.
callable(ProgressBar):string $callable A PHP callable:
public function setPlaceholderFormatter(string $name, callable $callable) : void { $this->placeholders[$name] = $callable; }