PHP 8.3.31
Preview: LocaleAwareInterface.php Size: 620 B
/home/getspomw/royalsquad.us/vendor/symfony/translation-contracts/LocaleAwareInterface.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 Symfony\Contracts\Translation;

interface LocaleAwareInterface
{
    /**
     * Sets the current locale.
     *
     * @return void
     *
     * @throws \InvalidArgumentException If the locale contains invalid characters
     */
    public function setLocale(string $locale);

    /**
     * Returns the current locale.
     */
    public function getLocale(): string;
}

Directory Contents

Dirs: 1 × Files: 8

Name Size Perms Modified Actions
Test DIR
- drwxrwxrwx 2026-04-21 14:22:17
Edit Download
157 B lrw-rw-rw- 2025-09-17 06:53:18
Edit Download
1000 B lrw-rw-rw- 2025-09-17 06:53:18
Edit Download
1.04 KB lrw-rw-rw- 2025-09-17 06:53:18
Edit Download
620 B lrw-rw-rw- 2025-09-17 06:53:18
Edit Download
338 B lrw-rw-rw- 2025-09-17 06:53:18
Edit Download
458 B lrw-rw-rw- 2025-09-17 06:53:18
Edit Download
2.50 KB lrw-rw-rw- 2025-09-17 06:53:18
Edit Download
7.45 KB lrw-rw-rw- 2025-09-17 06:53:18
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).