芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/mctv/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
regular = $regular; $this->uninflected = $uninflected; $this->irregular = $irregular; } public function getRegular(): Transformations { return $this->regular; } public function getUninflected(): Patterns { return $this->uninflected; } public function getIrregular(): Substitutions { return $this->irregular; } }