Example #1
0
 /**
  * Partial function to draw text
  * @return void
  */
 protected function _drawText()
 {
     if (get_class($this) == 'Zend\\Barcode\\Object\\Ean13') {
         $this->_drawEan13Text();
     } else {
         parent::_drawText();
     }
 }