diff -r 1c2f13fd785c -r 7e0a67a20e74 web/rsln/Zend/Barcode/Object/Error.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/rsln/Zend/Barcode/Object/Error.php Fri Jan 21 13:42:03 2011 +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() + { + } +}