[ZF-10089] Zend_Log
[zend.git] / documentation / manual / en / module_specs / Zend_Barcode-Introduction.xml
blobea368210d400299ce922c18225e19f41f222ff9d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Reviewed: no -->
3 <sect1 id="zend.barcode.introduction">
4     <title>Introduction</title>
6     <para>
7         <classname>Zend_Barcode</classname> provides a generic way to generate barcodes. The
8         <classname>Zend_Barcode</classname> component is divided into two subcomponents: barcode
9         objects and renderers. Objects allow you to create barcodes independently of the
10         renderer. Renderer allow you to draw barcodes based on the support required.
11     </para>
12 </sect1>