ZF-9447: Zend_Barcode_Object_Code39 :: _codingMap should be defined protected
Description
Zend_Barcode_Object_Code39 :: _codingMap should be defined protected, the class can't be easily extended otherwise.
Zend_Barcode_Object_Code39 :: _codingMap should be defined protected, the class can't be easily extended otherwise.
Comments
Posted by Mickael Perraud (mikaelkael) on 2010-03-18T02:20:26.000+0000
I will modify this but can you explain me why you need to extend the class? Thanks in advance.
Posted by Mickael Perraud (mikaelkael) on 2010-03-27T07:52:19.000+0000
Fixed in trunk with r21657 and merged in 1.10 branch with r21658
Posted by Bart Blaszczyk (bartblaszczyk) on 2010-03-27T19:27:15.000+0000
I wanted to render code39 without the quiet zones, which I could not achieve without modyfing the behaviour of getQuietZone() function and adding additional class parameter.
Posted by Mickael Perraud (mikaelkael) on 2010-03-28T03:00:00.000+0000
I added a new issue to be able to produce barcode without quiet zones