removeFormat() public method

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