removeFormat() public method

public removeFormat ( $string )
示例#1
0
文件: IO.php 项目: webmozart/console
 /**
  * {@inheritdoc}
  */
 public function removeFormat($string)
 {
     return $this->output->removeFormat($string);
 }