File "GetAllInterface.php"

Full path: E:/sites/Single15/tinmung2007/webroot/XAMMP/phpMyAdmin/vendor/phpmyadmin/motranslator/src/Cache/GetAllInterface.php
File size: 195 B
MIME-type:
Charset: utf-8

Download   Open   Back

<?php

declare(strict_types=1);

namespace PhpMyAdmin\MoTranslator\Cache;

interface GetAllInterface
{
    /**
     * @return array<string, string>
     */
    public function getAll(): array;
}

PHP File Manager