Пример #1
0
 /**
  * Partial function to draw text
  * @return void
  */
 protected function drawText()
 {
     if (get_called_class() == 'Zend\\Barcode\\Object\\Ean13') {
         $this->drawEan13Text();
     } else {
         parent::drawText();
     }
 }