diff -r 000000000000 -r 4eba9c11703f web/Zend/Barcode/Object/Error.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/Zend/Barcode/Object/Error.php Mon Dec 13 18:29:26 2010 +0100 @@ -0,0 +1,100 @@ +_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() + { + } +}