PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
mpdf
/
mpdf
/
src
/
Barcode
<?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(); }
[-] Msi.php
[edit]
[-] BarcodeException.php
[edit]
[-] Code128.php
[edit]
[-] Codabar.php
[edit]
[+]
..
[-] Code93.php
[edit]
[-] Rm4Scc.php
[edit]
[-] EanExt.php
[edit]
[-] Code39.php
[edit]
[-] Postnet.php
[edit]
[-] S25.php
[edit]
[-] BarcodeInterface.php
[edit]
[-] Imb.php
[edit]
[-] AbstractBarcode.php
[edit]
[-] Code11.php
[edit]
[-] I25.php
[edit]
[-] EanUpc.php
[edit]