From 6b246ab06337f61e1d817b035da936f54a4d03b6 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 14 Sep 2011 10:59:50 +0200 Subject: [PATCH] 5.9.116 --- CHANGELOG.TXT | 2 +- datamatrix.php | 84 +++++++++++++++++++++--------------------------- unicode_data.php | 8 ++--- 3 files changed, 41 insertions(+), 53 deletions(-) diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index 092a55c..0d3d7f9 100755 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -1,5 +1,5 @@ 5.9.116 (2011-09-14) - - Datamatrix class was improved. + - Datamatrix class was improved and documentation was fixed. 5.9.115 (2011-09-13) - Datamatrix barcode support was added (a new datamatrix.php file was added) - check example n. 50. diff --git a/datamatrix.php b/datamatrix.php index 2401296..fc78bbb 100755 --- a/datamatrix.php +++ b/datamatrix.php @@ -37,9 +37,8 @@ * @file * Class to create DataMatrix ECC 200 barcode arrays for TCPDF class. * DataMatrix (ISO/IEC 16022:2006) is a 2-dimensional bar code. - * (requires PHP bcmath extension) + * * @package com.tecnick.tcpdf - * @abstract Class to create datamatrix barcode arrays for TCPDF class. * @author Nicola Asuni * @version 1.0.001 */ @@ -100,34 +99,30 @@ define('ENC_ASCII_EXT', 6); define('ENC_ASCII_NUM', 7); /** + * @class Datamatrix * Class to create DataMatrix ECC 200 barcode arrays for TCPDF class. * DataMatrix (ISO/IEC 16022:2006) is a 2-dimensional bar code. - * (requires PHP bcmath extension) - * @name datamatrix + * * @package com.tecnick.tcpdf - * @abstract Class to create DataMatrix barcode arrays for TCPDF class. * @author Nicola Asuni - * @copyright 2010-2011 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com - * @link http://www.tcpdf.org - * @license http://www.gnu.org/copyleft/lesser.html LGPL * @version 1.0.001 */ class Datamatrix { /** - * @var barcode array to be returned which is readable by TCPDF - * (access protected) + * Barcode array to be returned which is readable by TCPDF. + * @protected */ protected $barcode_array = array(); /** - * @var store last used encoding for data codewords - * (access protected) + * Store last used encoding for data codewords. + * @protected */ protected $last_enc = ENC_ASCII; /** - * @var Table of Data Matrix ECC 200 Symbol Attributes: