/
home
/
rekodeb
/
webrodez
/
wp-content
/
plugins
/
complianz-gdpr
/
assets
/
vendor
/
mpdf
/
mpdf
/
src
/
Barcode
/
Upload File
HOME
<?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(); }