whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
bacon
/
bacon-qr-code
/
src
/
Renderer
/
Path
/
Upload File:
files >> //home/kckglobal/www/portal/vendor/bacon/bacon-qr-code/src/Renderer/Path/OperationInterface.php
<?php declare(strict_types = 1); namespace BaconQrCode\Renderer\Path; interface OperationInterface { /** * Translates the operation's coordinates. */ public function translate(float $x, float $y) : self; /** * Rotates the operation's coordinates. */ public function rotate(int $degrees) : self; }
Copyright ©2021 || Defacer Indonesia