Zend Framework  1.12
Protected Attributes | List of all members
Zend_Barcode_Object_Planet Class Reference

Protected Attributes

 $_codingMap
 
- Protected Attributes inherited from Zend_Barcode_Object_Postnet
 $_codingMap
 
- Protected Attributes inherited from Zend_Barcode_Object_ObjectAbstract
 $_barcodeNamespace = 'Zend_Barcode_Object'
 
 $_instructions = array()
 
 $_type = null
 
 $_height = null
 
 $_width = null
 
 $_barHeight = 50
 
 $_barThinWidth = 1
 
 $_barThickWidth = 3
 
 $_factor = 1
 
 $_foreColor = 0x000000
 
 $_backgroundColor = 0xFFFFFF
 
 $_withBorder = false
 
 $_withQuietZones = true
 
 $_mandatoryQuietZones = false
 
 $_orientation = 0
 
 $_offsetTop = null
 
 $_offsetLeft = null
 
 $_text = null
 
 $_drawText = true
 
 $_stretchText = false
 
 $_font = null
 
 $_fontSize = 10
 
 $_withChecksum = false
 
 $_withChecksumInText = false
 
 $_barcodeLength = null
 
 $_addLeadingZeros = true
 
 $_mandatoryChecksum = false
 
 $_substituteChecksumCharacter = 0
 

Additional Inherited Members

- Public Member Functions inherited from Zend_Barcode_Object_Postnet
 getChecksum ($text)
 Get barcode checksum.
 
- Static Public Member Functions inherited from Zend_Barcode_Object_ObjectAbstract
static setBarcodeFont ($font)
 Set the font for all instances of barcode.
 
- Protected Member Functions inherited from Zend_Barcode_Object_Postnet
 _getDefaultOptions ()
 Default options for Postnet barcode.
 
 _calculateBarcodeWidth ()
 Width of the barcode (in pixels)
 
 _checkParams ()
 Partial check of interleaved Postnet barcode.
 
 _prepareBarcode ()
 Prepare array to draw barcode.
 
- Static Protected Attributes inherited from Zend_Barcode_Object_ObjectAbstract
static $_staticFont = null
 

Member Data Documentation

$_codingMap
protected
Initial value:
= array(
0 => "00111",
1 => "11100",
2 => "11010",
3 => "11001",
4 => "10110",
5 => "10101",
6 => "10011",
7 => "01110",
8 => "01101",
9 => "01011"
)