BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
.
/
app.imagivibe.com
/
app
/
Domains
/
Entity
/
Contracts
/
Input
📤 Upload
📝 New File
📁 New Folder
Close
Editing: WithInputPresentationInterface.php
<?php declare(strict_types=1); namespace App\Domains\Entity\Contracts\Input; interface WithInputPresentationInterface { public function getInputPresentation(): float; public function inputPresentation(float $inputPresentation): static; }
Save
Cancel