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/EpsResult.php
<?php declare(strict_types=1); namespace Endroid\QrCode\Writer\Result; use Endroid\QrCode\Matrix\MatrixInterface; final class EpsResult extends AbstractResult { public function __construct( MatrixInterface $matrix, /** @var array<string> $lines */ private readonly array $lines ) { parent::__construct($matrix); } public function getString(): string { return implode("\n", $this->lines); } public function getMimeType(): string { return 'image/eps'; } }
Copyright ©2021 || Defacer Indonesia