%PDF- %PDF-
| Direktori : /proc/self/root/home/infra/phpmyadmin/vendor/phpmyadmin/motranslator/src/Cache/ |
| Current File : //proc/self/root/home/infra/phpmyadmin/vendor/phpmyadmin/motranslator/src/Cache/GetAllInterface.php |
<?php
declare(strict_types=1);
namespace PhpMyAdmin\MoTranslator\Cache;
interface GetAllInterface
{
/**
* @return array<string, string>
*/
public function getAll(): array;
}