instructions = array(); $this->addText('ERROR:', 10, array(5, 18), $this->font, 0, 'left'); $this->addText($this->text, 10, array(5, 32), $this->font, 0, 'left'); return $this->instructions; } /** * For compatibility reason * @return void */ protected function prepareBarcode() { } /** * For compatibility reason * @return void */ protected function checkSpecificParams() { } /** * For compatibility reason * @return void */ protected function calculateBarcodeWidth() { } }