IMMREX7

aku nok ndi : /home/spdtg/www/schoolmis/vendor/mpdf/mpdf/src/Barcode/
File Up :
aku nok ndi : /home/spdtg/www/schoolmis/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();

}

Copyright © 2021 - 2025 IMMREX7