API Documentation

Barcode/Object/Code25interleaved.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Barcode
subpackage
Object
version
$Id: Code25interleaved.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Barcode_Object_Code25interleaved

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Barcode_Object_Code25interleaved

Extends from
Zend_Barcode_Object_Code25
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Barcode
Properties
$_withBearerBars
Methods
_getDefaultOptions
setWithBearerBars
getWithBearerBars
_calculateBarcodeWidth
_prepareBarcode
_postDrawBarcode

Description

Class for generate Interleaved 2 of 5 barcode

Properties

$_withBearerBars

boolean $_withBearerBars = 'false'

Drawing of bearer bars

Details

$_withBearerBars
boolean
visibility
private
default
false
final
false
static
false

Methods

_calculateBarcodeWidth

_calculateBarcodeWidth( ) : integer

Width of the barcode (in pixels)

Output
integer
Details
visibility
protected
final
false
static
false

_getDefaultOptions

_getDefaultOptions( ) : void

Default options for Code25interleaved barcode

Details
visibility
protected
final
false
static
false

_postDrawBarcode

_postDrawBarcode( ) : void

Drawing of bearer bars (if enabled)

Details
visibility
protected
final
false
static
false

_prepareBarcode

_prepareBarcode( ) : array

Prepare array to draw barcode

Output
array
Details
visibility
protected
final
false
static
false

getWithBearerBars

getWithBearerBars( ) : boolean

Retrieve if bearer bars are enabled

Output
boolean
Details
visibility
public
final
false
static
false

setWithBearerBars

setWithBearerBars( boolean $value ) : Zend_Barcode_Object_Int25

Activate/deactivate drawing of bearer bars

Arguments
$value
boolean
Output
Zend_Barcode_Object_Int25
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.