ok

Mini Shell

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

}

Zerion Mini Shell 1.0