Back to PhocacartPosPrint class

Method cleanOutput

public
cleanOutput
(mixed $text)

Method cleanOutput - Source code

public function cleanOutput($text)
{
    $text = str_replace('&', '&', $text);
    return $text;
}