PHP 8.3.30
Preview: InflectorInterface.php Size: 835 B
/home/getspomw/royalsquad.us/vendor/symfony/string/Inflector/InflectorInterface.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\Component\String\Inflector;

interface InflectorInterface
{
    /**
     * Returns the singular forms of a string.
     *
     * If the method can't determine the form with certainty, several possible singulars are returned.
     *
     * @return string[]
     */
    public function singularize(string $plural): array;

    /**
     * Returns the plural forms of a string.
     *
     * If the method can't determine the form with certainty, several possible plurals are returned.
     *
     * @return string[]
     */
    public function pluralize(string $singular): array;
}

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
16.81 KB lrw-rw-rw- 2025-09-17 06:53:17
Edit Download
5.82 KB lrw-rw-rw- 2025-09-17 06:53:17
Edit Download
835 B lrw-rw-rw- 2025-09-17 06:53:17
Edit Download
3.52 KB lrw-rw-rw- 2025-09-17 06:53:17
Edit Download

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