format() public method

public format ( $string, Style $style = null )
$style Webmozart\Console\Api\Formatter\Style
Esempio n. 1
0
 /**
  * {@inheritdoc}
  */
 public function format($string, Style $style = null)
 {
     return $this->output->format($string, $style);
 }