Webmozart\Console\Api\IO\Output::removeFormat PHP Method

removeFormat() public method

public removeFormat ( $string )
    public function removeFormat($string)
    {
        return $this->formatter->removeFormat($string);
    }

Usage Example

Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function removeFormat($string)
 {
     return $this->output->removeFormat($string);
 }