Your IP : 216.73.216.81


Current Path : /srv/web/sites/trentinoplant.it/httpdocs/vendor/endroid/qr-code/src/Logo/
Upload File :
Current File : /srv/web/sites/trentinoplant.it/httpdocs/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;
}