whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
endroid
/
qr-code
/
src
/
Writer
/
Result
/
Upload File:
files >> //home/kckglobal/www/portal/vendor/endroid/qr-code/src/Writer/Result/ResultInterface.php
<?php declare(strict_types=1); namespace Endroid\QrCode\Writer\Result; use Endroid\QrCode\Matrix\MatrixInterface; interface ResultInterface { public function getMatrix(): MatrixInterface; public function getString(): string; public function getDataUri(): string; public function saveToFile(string $path): void; public function getMimeType(): string; }
Copyright ©2021 || Defacer Indonesia