PHP 8.2.31
Preview: Substitution.php Size: 451 B
/opt/cpanel/ea-wappspector/vendor/doctrine/inflector/src/Rules/Substitution.php

<?php

declare(strict_types=1);

namespace Doctrine\Inflector\Rules;

final class Substitution
{
    /** @var Word */
    private $from;

    /** @var Word */
    private $to;

    public function __construct(Word $from, Word $to)
    {
        $this->from = $from;
        $this->to   = $to;
    }

    public function getFrom(): Word
    {
        return $this->from;
    }

    public function getTo(): Word
    {
        return $this->to;
    }
}

Directory Contents

Dirs: 8 × Files: 8

Name Size Perms Modified Actions
English DIR
- drwxr-xr-x 2025-08-10 19:31:58
Edit Download
Esperanto DIR
- drwxr-xr-x 2025-08-10 19:31:58
Edit Download
French DIR
- drwxr-xr-x 2025-08-10 19:31:58
Edit Download
Italian DIR
- drwxr-xr-x 2025-08-10 19:31:58
Edit Download
- drwxr-xr-x 2025-08-10 19:31:58
Edit Download
- drwxr-xr-x 2025-08-10 19:31:58
Edit Download
Spanish DIR
- drwxr-xr-x 2025-08-10 19:31:58
Edit Download
Turkish DIR
- drwxr-xr-x 2025-08-10 19:31:58
Edit Download
788 B lrw-r--r-- 2025-08-10 19:31:58
Edit Download
602 B lrw-r--r-- 2025-08-10 19:31:58
Edit Download
777 B lrw-r--r-- 2025-08-10 19:31:58
Edit Download
451 B lrw-r--r-- 2025-08-10 19:31:58
Edit Download
1.34 KB lrw-r--r-- 2025-08-10 19:31:58
Edit Download
790 B lrw-r--r-- 2025-08-10 19:31:58
Edit Download
648 B lrw-r--r-- 2025-08-10 19:31:58
Edit Download
294 B lrw-r--r-- 2025-08-10 19:31:58
Edit Download

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