_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 _checkParams() { } /** * For compatibility reason * @return void */ protected function _calculateBarcodeWidth() { } }