Gui\Ipc\Receiver::prepareOutput PHP Method

prepareOutput() protected method

Construct the output string
protected prepareOutput ( string $string ) : String
$string string Output string
return String New output string
    protected function prepareOutput($string)
    {
        return '<= Received: ' . $string;
    }