File "OperationInterface.php"

Full path: E:/sites/Single15/tinmung2007/webroot/phpMyAdmin/phpMyAdmin/vendor/bacon/bacon-qr-code/src/Renderer/Path/OperationInterface.php
File size: 226 B
MIME-type:
Charset: utf-8

Download   Open   Back

<?php
declare(strict_types = 1);

namespace BaconQrCode\Renderer\Path;

interface OperationInterface
{
    /**
     * Translates the operation's coordinates.
     */
    public function translate(float $x, float $y) : self;
}

PHP File Manager