Methods
Constructor
__construct(array | \Traversable $options)
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::__construct() |
inherited_from |
\Zend\Barcode\Object\Ean13::__construct() |
Parameters
$options
array\Traversable
Checking of parameters after all settings
checkParams() : bool
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::checkParams() |
inherited_from |
\Zend\Barcode\Object\Ean13::checkParams() |
Returns
bool
Complete drawing of the barcode
draw() : array
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::draw() |
inherited_from |
\Zend\Barcode\Object\Ean13::draw() |
Returns
array
Table of instructions
Retrieve background color of the image
getBackgroundColor() : int
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::getBackgroundColor() |
inherited_from |
\Zend\Barcode\Object\Ean13::getBackgroundColor() |
Returns
int
Get height of the barcode bar
getBarHeight() : int
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::getBarHeight() |
inherited_from |
\Zend\Barcode\Object\Ean13::getBarHeight() |
Returns
int
Get thickness of thick bar
getBarThickWidth() : int
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::getBarThickWidth() |
inherited_from |
\Zend\Barcode\Object\Ean13::getBarThickWidth() |
Returns
int
Get thickness of thin bar
getBarThinWidth() : int
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::getBarThinWidth() |
inherited_from |
\Zend\Barcode\Object\Ean13::getBarThinWidth() |
Returns
int
Retrieve barcode namespace
getBarcodeNamespace() : string
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::getBarcodeNamespace() |
inherited_from |
\Zend\Barcode\Object\Ean13::getBarcodeNamespace() |
Returns
string
Get barcode checksum
getChecksum(string $text) : int
Parameters
$text
string
Returns
int
Retrieve if drawing of text to encode is enabled
getDrawText() : bool
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::getDrawText() |
inherited_from |
\Zend\Barcode\Object\Ean13::getDrawText() |
Returns
bool
Get factor applying to
thinBarWidth - thickBarWidth - barHeight - fontSize
getFactor() : int
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::getFactor() |
inherited_from |
\Zend\Barcode\Object\Ean13::getFactor() |
Returns
int
Retrieve the font
getFont() : int | string
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::getFont() |
inherited_from |
\Zend\Barcode\Object\Ean13::getFont() |
Returns
int
string
Retrieve the size of the font in case of TTF
getFontSize() : float
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::getFontSize() |
inherited_from |
\Zend\Barcode\Object\Ean13::getFontSize() |
Returns
float
Retrieve color of the barcode and text
getForeColor() : int
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::getForeColor() |
inherited_from |
\Zend\Barcode\Object\Ean13::getForeColor() |
Returns
int
Get height of the result object
getHeight(bool $recalculate) : int
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::getHeight() |
inherited_from |
\Zend\Barcode\Object\Ean13::getHeight() |
Parameters
$recalculate
bool
Returns
int
Retrieve the set of drawing instructions
getInstructions() : array
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::getInstructions() |
inherited_from |
\Zend\Barcode\Object\Ean13::getInstructions() |
Returns
array
Calculate the offset from the left of the object
if an orientation is activated
getOffsetLeft(bool $recalculate) : float
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::getOffsetLeft() |
inherited_from |
\Zend\Barcode\Object\Ean13::getOffsetLeft() |
Parameters
$recalculate
bool
Returns
float
Calculate the offset from the top of the object
if an orientation is activated
getOffsetTop(bool $recalculate) : float
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::getOffsetTop() |
inherited_from |
\Zend\Barcode\Object\Ean13::getOffsetTop() |
Parameters
$recalculate
bool
Returns
float
Retrieve orientation of barcode and text
getOrientation() : float
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::getOrientation() |
inherited_from |
\Zend\Barcode\Object\Ean13::getOrientation() |
Returns
float
Quiet zone before first bar
and after the last bar
getQuietZone() : int
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::getQuietZone() |
inherited_from |
\Zend\Barcode\Object\Ean13::getQuietZone() |
Returns
int
Retrieve text to encode
getRawText() : string
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::getRawText() |
inherited_from |
\Zend\Barcode\Object\Ean13::getRawText() |
Returns
string
Retrieve if the adjustment of the position of the characters
to the position of the bars is enabled
getStretchText() : bool
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::getStretchText() |
inherited_from |
\Zend\Barcode\Object\Ean13::getStretchText() |
Returns
bool
Retrieve text to encode
getText() : string
Retrieve text to display
getTextToDisplay() : string
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::getTextToDisplay() |
inherited_from |
\Zend\Barcode\Object\Ean13::getTextToDisplay() |
Returns
string
Retrieve type of barcode
getType() : string
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::getType() |
inherited_from |
\Zend\Barcode\Object\Ean13::getType() |
Returns
string
Get width of the result object
getWidth(bool $recalculate) : int
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::getWidth() |
inherited_from |
\Zend\Barcode\Object\Ean13::getWidth() |
Parameters
$recalculate
bool
Returns
int
Retrieve if border are draw or not
getWithBorder() : bool
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::getWithBorder() |
inherited_from |
\Zend\Barcode\Object\Ean13::getWithBorder() |
Returns
bool
Retrieve if the checksum character is automatically
added to the barcode text
getWithChecksum() : bool
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::getWithChecksum() |
inherited_from |
\Zend\Barcode\Object\Ean13::getWithChecksum() |
Returns
bool
Retrieve if the checksum character is automatically
added to the barcode text
getWithChecksumInText() : bool
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::getWithChecksumInText() |
inherited_from |
\Zend\Barcode\Object\Ean13::getWithChecksumInText() |
Returns
bool
Retrieve if quiet zones are draw or not
getWithQuietZones() : bool
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::getWithQuietZones() |
inherited_from |
\Zend\Barcode\Object\Ean13::getWithQuietZones() |
Returns
bool
Set the color of the background
setBackgroundColor(int $value) : \Zend\Barcode\Object\ObjectInterface
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::setBackgroundColor() |
inherited_from |
\Zend\Barcode\Object\Ean13::setBackgroundColor() |
Parameters
$value
int
Exceptions
Returns
Set height of the barcode bar
setBarHeight(int $value) : \Zend\Barcode\Object\ObjectInterface
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::setBarHeight() |
inherited_from |
\Zend\Barcode\Object\Ean13::setBarHeight() |
Parameters
$value
int
Exceptions
Returns
Set thickness of thick bar
setBarThickWidth(int $value) : \Zend\Barcode\Object\ObjectInterface
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::setBarThickWidth() |
inherited_from |
\Zend\Barcode\Object\Ean13::setBarThickWidth() |
Parameters
$value
int
Exceptions
Returns
Set thickness of thin bar
setBarThinWidth(int $value) : \Zend\Barcode\Object\ObjectInterface
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::setBarThinWidth() |
inherited_from |
\Zend\Barcode\Object\Ean13::setBarThinWidth() |
Parameters
$value
int
Exceptions
Returns
Set barcode namespace for autoloading
setBarcodeNamespace(string $namespace) : \Zend\Barcode\Object\ObjectInterface
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::setBarcodeNamespace() |
inherited_from |
\Zend\Barcode\Object\Ean13::setBarcodeNamespace() |
Parameters
$namespace
string
Returns
Activate/deactivate drawing of text to encode
setDrawText(bool $value) : \Zend\Barcode\Object\ObjectInterface
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::setDrawText() |
inherited_from |
\Zend\Barcode\Object\Ean13::setDrawText() |
Parameters
$value
bool
Returns
Set factor applying to
thinBarWidth - thickBarWidth - barHeight - fontSize
setFactor(int | float | string | bool $value) : \Zend\Barcode\Object\ObjectInterface
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::setFactor() |
inherited_from |
\Zend\Barcode\Object\Ean13::setFactor() |
Parameters
$value
intfloatstringbool
Exceptions
Returns
Set the font:
- if integer between 1 and 5, use gd built-in fonts
- if string, $value is assumed to be the path to a TTF font
setFont(int | string $value) : \Zend\Barcode\Object\ObjectInterface
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::setFont() |
inherited_from |
\Zend\Barcode\Object\Ean13::setFont() |
Parameters
$value
intstring
Exceptions
Returns
Set the size of the font in case of TTF
setFontSize(float $value) : \Zend\Barcode\Object\ObjectInterface
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::setFontSize() |
inherited_from |
\Zend\Barcode\Object\Ean13::setFontSize() |
Parameters
$value
float
Exceptions
Returns
Set color of the barcode and text
setForeColor(string $value) : \Zend\Barcode\Object\ObjectInterface
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::setForeColor() |
inherited_from |
\Zend\Barcode\Object\Ean13::setForeColor() |
Parameters
$value
string
Exceptions
Returns
Set barcode state from options array
setOptions(array $options) : \Zend\Barcode\Object\ObjectInterface
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::setOptions() |
inherited_from |
\Zend\Barcode\Object\Ean13::setOptions() |
Parameters
$options
array
Returns
Set orientation of barcode and text
setOrientation(int | float | string | bool $value) : \Zend\Barcode\Object\ObjectInterface
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::setOrientation() |
inherited_from |
\Zend\Barcode\Object\Ean13::setOrientation() |
Parameters
$value
intfloatstringbool
Exceptions
Returns
Allow fast inversion of font/bars color and background color
setReverseColor() : \Zend\Barcode\Object\ObjectInterface
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::setReverseColor() |
inherited_from |
\Zend\Barcode\Object\Ean13::setReverseColor() |
Returns
Activate/deactivate the adjustment of the position
of the characters to the position of the bars
setStretchText(bool $value) : \Zend\Barcode\Object\ObjectInterface
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::setStretchText() |
inherited_from |
\Zend\Barcode\Object\Ean13::setStretchText() |
Parameters
$value
bool
Exceptions
Returns
Set text to encode
setText(string $value) : \Zend\Barcode\Object\ObjectInterface
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::setText() |
inherited_from |
\Zend\Barcode\Object\Ean13::setText() |
Parameters
$value
string
Returns
Activate/deactivate drawing of the bar
setWithBorder(bool $value) : \Zend\Barcode\Object\ObjectInterface
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::setWithBorder() |
inherited_from |
\Zend\Barcode\Object\Ean13::setWithBorder() |
Parameters
$value
bool
Returns
Activate/deactivate the automatic generation
of the checksum character
added to the barcode text
setWithChecksum(bool $value) : \Zend\Barcode\Object\ObjectInterface
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::setWithChecksum() |
inherited_from |
\Zend\Barcode\Object\Ean13::setWithChecksum() |
Parameters
$value
bool
Returns
Activate/deactivate the automatic generation
of the checksum character
added to the barcode text
setWithChecksumInText(bool $value) : \Zend\Barcode\Object\ObjectInterface
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::setWithChecksumInText() |
inherited_from |
\Zend\Barcode\Object\Ean13::setWithChecksumInText() |
Parameters
$value
bool
Exceptions
Returns
Activate/deactivate drawing of the quiet zones
setWithQuietZones(bool $value) : \Zend\Barcode\Object\AbstractObject
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::setWithQuietZones() |
inherited_from |
\Zend\Barcode\Object\Ean13::setWithQuietZones() |
Parameters
$value
bool
Returns
Check for invalid characters
validateText(string $value) : void
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::validateText() |
inherited_from |
\Zend\Barcode\Object\Ean13::validateText() |
Parameters
$value
string
Text to be checked
Add an instruction in the array of instructions
addInstruction(array $instruction)
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::addInstruction() |
inherited_from |
\Zend\Barcode\Object\Ean13::addInstruction() |
Parameters
$instruction
array
Automatically add leading zeros if barcode length is fixed
addLeadingZeros(string $text, bool $withoutChecksum) : string
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::addLeadingZeros() |
inherited_from |
\Zend\Barcode\Object\Ean13::addLeadingZeros() |
Parameters
$text
string
$withoutChecksum
bool
Returns
string
Add a polygon drawing instruction in the set of instructions
addPolygon(array $points, int $color, bool $filled)
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::addPolygon() |
inherited_from |
\Zend\Barcode\Object\Ean13::addPolygon() |
Parameters
$points
array
$color
int
$filled
bool
Add a text drawing instruction in the set of instructions
addText(string $text, float $size, int[] $position, string $font, int $color, string $alignment, float | int $orientation)
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::addText() |
inherited_from |
\Zend\Barcode\Object\Ean13::addText() |
Parameters
$text
string
$size
float
$position
int[]
$font
string
$color
int
$alignment
string
$orientation
floatint
Height of the barcode
calculateBarcodeHeight() : int
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::calculateBarcodeHeight() |
inherited_from |
\Zend\Barcode\Object\Ean13::calculateBarcodeHeight() |
Returns
int
Width of the barcode (in pixels)
calculateBarcodeWidth() : int
Height of the result object
calculateHeight() : int
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::calculateHeight() |
inherited_from |
\Zend\Barcode\Object\Ean13::calculateHeight() |
Returns
int
Width of the result image
(before any rotation)
calculateWidth() : int
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::calculateWidth() |
inherited_from |
\Zend\Barcode\Object\Ean13::calculateWidth() |
Returns
int
Drawing with an angle is just allow TTF font
checkFontAndOrientation()
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::checkFontAndOrientation() |
inherited_from |
\Zend\Barcode\Object\Ean13::checkFontAndOrientation() |
Exceptions
Check the ratio between the thick and the thin bar
checkRatio(int $min, int $max)
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::checkRatio() |
inherited_from |
\Zend\Barcode\Object\Ean13::checkRatio() |
Parameters
$min
int
$max
int
Exceptions
Partial check of interleaved EAN/UPC barcode
checkSpecificParams() : void
Inherited
inherited_from |
\Zend\Barcode\Object\Ean13::checkSpecificParams() |
Check if a text is really provided to barcode
checkText(string | null $value)
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::checkText() |
inherited_from |
\Zend\Barcode\Object\Ean13::checkText() |
Parameters
$value
stringnull
Exceptions
Draw the barcode
drawBarcode()
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::drawBarcode() |
inherited_from |
\Zend\Barcode\Object\Ean13::drawBarcode() |
Partial function to draw border
drawBorder()
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::drawBorder() |
inherited_from |
\Zend\Barcode\Object\Ean13::drawBorder() |
drawEan13Text()
drawEan13Text()
Inherited
inherited_from |
\Zend\Barcode\Object\Ean13::drawEan13Text() |
Partial function to draw text
drawText() : void
Default options for Postnet barcode
getDefaultOptions() : void
Allow each child to draw something else
(ex: bearer bars in interleaved 2 of 5 code)
postDrawBarcode()
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::postDrawBarcode() |
inherited_from |
\Zend\Barcode\Object\Ean13::postDrawBarcode() |
Allow each child to draw something else
preDrawBarcode()
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::preDrawBarcode() |
inherited_from |
\Zend\Barcode\Object\Ean13::preDrawBarcode() |
Prepare array to draw barcode
prepareBarcode() : array
Apply rotation on a point in X/Y dimensions
rotate(float $x1, float $y1) : array
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::rotate() |
inherited_from |
\Zend\Barcode\Object\Ean13::rotate() |
Parameters
$x1
float
x-position before rotation
$y1
float
y-position before rotation
Returns
array
Array of two elements corresponding to the new XY point
Particular validation for Upce barcode objects
(to suppress checksum character substitution)
validateSpecificText(string $value, array $options)
Parameters
$value
string
$options
array
Exceptions
Properties
Activate automatic addition of leading zeros
if barcode length is fixed
$addLeadingZeros : bool
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::$$addLeadingZeros |
inherited_from |
\Zend\Barcode\Object\Ean13::$$addLeadingZeros |
Background color of the object
$backgroundColor : int
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::$$backgroundColor |
inherited_from |
\Zend\Barcode\Object\Ean13::$$backgroundColor |
Height of the bar
$barHeight : int
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::$$barHeight |
inherited_from |
\Zend\Barcode\Object\Ean13::$$barHeight |
Width of a thick bar
$barThickWidth : int
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::$$barThickWidth |
inherited_from |
\Zend\Barcode\Object\Ean13::$$barThickWidth |
Width of a thin bar
$barThinWidth : int
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::$$barThinWidth |
inherited_from |
\Zend\Barcode\Object\Ean13::$$barThinWidth |
Fix barcode length (numeric or string like 'even')
$barcodeLength : int
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::$$barcodeLength |
inherited_from |
\Zend\Barcode\Object\Ean13::$$barcodeLength |
Namespace of the barcode for autoloading
$barcodeNamespace : string
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::$$barcodeNamespace |
inherited_from |
\Zend\Barcode\Object\Ean13::$$barcodeNamespace |
Coding map
- 0 = narrow bar
- 1 = wide bar
$codingMap : array
Inherited
inherited_from |
\Zend\Barcode\Object\Ean13::$$codingMap |
Display (or not) human readable text
$drawText : bool
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::$$drawText |
inherited_from |
\Zend\Barcode\Object\Ean13::$$drawText |
Factor to multiply bar and font measure
(barHeight, barThinWidth, barThickWidth & fontSize)
$factor : int
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::$$factor |
inherited_from |
\Zend\Barcode\Object\Ean13::$$factor |
Font resource
- integer (1 to 5): corresponds to GD included fonts
- string: corresponds to path of a TTF font
$font : int | string
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::$$font |
inherited_from |
\Zend\Barcode\Object\Ean13::$$font |
Font size
$fontSize : float
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::$$fontSize |
inherited_from |
\Zend\Barcode\Object\Ean13::$$fontSize |
Font and bars color of the object
$foreColor : int
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::$$foreColor |
inherited_from |
\Zend\Barcode\Object\Ean13::$$foreColor |
Height of the object
$height : int
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::$$height |
inherited_from |
\Zend\Barcode\Object\Ean13::$$height |
Set of drawing instructions
$instructions : array
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::$$instructions |
inherited_from |
\Zend\Barcode\Object\Ean13::$$instructions |
Activation of mandatory checksum
to deactivate unauthorized modification
$mandatoryChecksum : bool
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::$$mandatoryChecksum |
inherited_from |
\Zend\Barcode\Object\Ean13::$$mandatoryChecksum |
Force quiet zones even if
$mandatoryQuietZones : bool
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::$$mandatoryQuietZones |
inherited_from |
\Zend\Barcode\Object\Ean13::$$mandatoryQuietZones |
Offset from the left the object
(calculated from the orientation)
$offsetLeft : int
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::$$offsetLeft |
inherited_from |
\Zend\Barcode\Object\Ean13::$$offsetLeft |
Offset from the top the object
(calculated from the orientation)
$offsetTop : int
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::$$offsetTop |
inherited_from |
\Zend\Barcode\Object\Ean13::$$offsetTop |
Orientation of the barcode in degrees
$orientation : float
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::$$orientation |
inherited_from |
\Zend\Barcode\Object\Ean13::$$orientation |
Adjust (or not) position of human readable characters with barcode
$stretchText : bool
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::$$stretchText |
inherited_from |
\Zend\Barcode\Object\Ean13::$$stretchText |
Character used to substitute checksum character for validation
$substituteChecksumCharacter : mixed
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::$$substituteChecksumCharacter |
inherited_from |
\Zend\Barcode\Object\Ean13::$$substituteChecksumCharacter |
Text to display
$text : string
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::$$text |
inherited_from |
\Zend\Barcode\Object\Ean13::$$text |
Barcode type
$type : string
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::$$type |
inherited_from |
\Zend\Barcode\Object\Ean13::$$type |
Width of the object
$width : int
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::$$width |
inherited_from |
\Zend\Barcode\Object\Ean13::$$width |
Activate/deactivate border of the object
$withBorder : bool
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::$$withBorder |
inherited_from |
\Zend\Barcode\Object\Ean13::$$withBorder |
Drawing of checksum
$withChecksum : bool
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::$$withChecksum |
inherited_from |
\Zend\Barcode\Object\Ean13::$$withChecksum |
Drawing of checksum inside text
$withChecksumInText : bool
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::$$withChecksumInText |
inherited_from |
\Zend\Barcode\Object\Ean13::$$withChecksumInText |
Activate/deactivate drawing of quiet zones
$withQuietZones : bool
Inherited
inherited_from |
\Zend\Barcode\Object\AbstractObject::$$withQuietZones |
inherited_from |
\Zend\Barcode\Object\Ean13::$$withQuietZones |