Mike42\Escpos\PrintConnectors\DummyPrintConnector::getData PHP Method

getData() public method

public getData ( ) : string
return string Get the accumulated data that has been sent to this buffer.
    public function getData()
    {
        return implode($this->buffer);
    }