| Current Path : /proc/thread-self/root/home/rtorresani/www/vendor/endroid/qr-code/src/Logo/ |
| Current File : //proc/thread-self/root/home/rtorresani/www/vendor/endroid/qr-code/src/Logo/LogoInterface.php |
<?php
declare(strict_types=1);
namespace Endroid\QrCode\Logo;
interface LogoInterface
{
public function getPath(): string;
public function getResizeToWidth(): int|null;
public function getResizeToHeight(): int|null;
public function getPunchoutBackground(): bool;
}