Submit
Path:
~
/
/
proc
/
self
/
root
/
opt
/
psa
/
admin
/
plib
/
modules
/
wp-toolkit
/
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 WPToolkitDependenciesIsolationPrefix\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
656 bytes
0644
TranslatableInterface.php
495 bytes
0644
TranslatorInterface.php
2599 bytes
0644
TranslatorTrait.php
6696 bytes
0644
N4ST4R_ID | Naxtarrr