PATH:
home
/
lab2454c
/
bancmils.com
/
vendor
/
doctrine
/
inflector
/
lib
/
Doctrine
/
Inflector
/
Rules
<?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; } }
[+]
NorwegianBokmal
[+]
French
[-] Ruleset.php
[edit]
[+]
..
[-] Transformations.php
[edit]
[-] Word.php
[edit]
[+]
Portuguese
[+]
English
[-] Substitutions.php
[edit]
[-] Transformation.php
[edit]
[-] .htaccess
[edit]
[+]
Turkish
[-] Pattern.php
[edit]
[-] Patterns.php
[edit]
[+]
Spanish
[-] Substitution.php
[edit]