????
Current Path : /home/thenclexdoctor.com/public_html/vendor/mpdf/mpdf/src/Barcode/ |
Current File : /home/thenclexdoctor.com/public_html/vendor/mpdf/mpdf/src/Barcode/BarcodeInterface.php |
<?php namespace Mpdf\Barcode; interface BarcodeInterface { /** * @return string */ public function getType(); /** * @return mixed[] */ public function getData(); /** * @param string $key * * @return mixed */ public function getKey($key); /** * @return string */ public function getChecksum(); }
Sorry, this page is not available...