removeFormat() 공개 메소드

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