芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/www/vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
wordInflector = $wordInflector; } public function inflect(string $word) : string { return $this->cache[$word] ?? $this->cache[$word] = $this->wordInflector->inflect($word); } }