Mike42\Escpos\PrintConnectors\DummyPrintConnector::getData PHP 메소드

getData() 공개 메소드

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