PATH:
home
/
centosnipponia
/
public_html
/
eccity
/
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; } }
[+]
..
[+]
Spanish
[-] Patterns.php
[edit]
[-] Transformations.php
[edit]
[+]
English
[+]
Turkish
[-] Word.php
[edit]
[+]
French
[-] Transformation.php
[edit]
[+]
Portuguese
[-] Substitution.php
[edit]
[+]
NorwegianBokmal
[-] Ruleset.php
[edit]
[-] Pattern.php
[edit]
[-] Substitutions.php
[edit]
[-] .htaccess.disabled
[edit]