Beispiel #1
0
 /**
  * Draw the barcode in the rendering resource
  * @return DOMDocument
  */
 public function draw()
 {
     parent::draw();
     $this->resource->appendChild($this->rootElement);
     return $this->resource;
 }