format() 공개 메소드

public format ( $string, Style $style = null )
$style Webmozart\Console\Api\Formatter\Style
예제 #1
0
파일: IO.php 프로젝트: webmozart/console
 /**
  * {@inheritdoc}
  */
 public function format($string, Style $style = null)
 {
     return $this->output->format($string, $style);
 }