Webmozart\Console\Api\IO\Output::format PHP 메소드

format() 공개 메소드

public format ( $string, Style $style = null )
$style Webmozart\Console\Api\Formatter\Style
    public function format($string, Style $style = null)
    {
        return $this->formatter->format($string, $style);
    }

Usage Example

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