Submit
Path:
~
/
/
opt
/
psa
/
admin
/
plib
/
modules
/
rest-api
/
vendor
/
symfony
/
translation-contracts
/
File Content:
TranslatableInterface.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace PleskRestApi\Symfony\Contracts\Translation; /** * @author Nicolas Grekas <p@tchwork.com> */ interface TranslatableInterface { public function trans(TranslatorInterface $translator, ?string $locale = null) : string; }
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
Test
---
0755
LocaleAwareInterface.php
672 bytes
0644
TranslatableInterface.php
471 bytes
0644
TranslatorInterface.php
2562 bytes
0644
TranslatorTrait.php
8296 bytes
0644
N4ST4R_ID | Naxtarrr