ok
Direktori : /home2/selectio/public_html/3-idiots/vendor/mpdf/mpdf/src/Barcode/ |
Current File : /home2/selectio/public_html/3-idiots/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(); }